Skip to content

Commit e01f8c0

Browse files
committed
[dependabot.yml] Enable for github actions
- Reduce frequency of npm updates from daily to weekly
1 parent bf6c326 commit e01f8c0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
cooldown:
8+
default-days: 7
39
- package-ecosystem: "npm"
410
directory: "/"
511
schedule:
6-
interval: "daily"
12+
interval: "weekly"
713
cooldown:
814
default-days: 7
915
ignore:

0 commit comments

Comments
 (0)