Skip to content

Commit b525c5d

Browse files
authored
Lower dependabot interval (#1254)
Since update rules are more permissive now, we get spammed when daily. I propose weekly is sufficient.
1 parent b229e9c commit b525c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
open-pull-requests-limit: 5
88
allow:
99
- dependency-type: direct

0 commit comments

Comments
 (0)