Skip to content

Commit abeaa50

Browse files
committed
Update GitHub Actions with Dependabot
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 31ba8f3 commit abeaa50

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/"
5-
open-pull-requests-limit: 100
3+
- package-ecosystem: github-actions
4+
directory: /
65
schedule:
7-
interval: "daily"
6+
interval: weekly
7+
- package-ecosystem: npm
8+
directory: /
9+
schedule:
10+
interval: daily

0 commit comments

Comments
 (0)