Skip to content

Commit d18f716

Browse files
authored
[dependabot.yml] Enable for github actions (#433)
- Reduce frequency of npm updates from daily to weekly
1 parent b4b2769 commit d18f716

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
37
- package-ecosystem: "npm"
48
directory: "/"
59
schedule:
6-
interval: "daily"
10+
interval: "weekly"
711
cooldown:
812
default-days: 7
913
ignore:

0 commit comments

Comments
 (0)