Skip to content

Commit

Permalink
Lower dependabot interval (#1254)
Browse files Browse the repository at this point in the history
Since update rules are more permissive now, we get spammed when daily.
I propose weekly is sufficient.
  • Loading branch information
award999 authored Dec 10, 2024
1 parent b229e9c commit b525c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 5
allow:
- dependency-type: direct
Expand Down

0 comments on commit b525c5d

Please sign in to comment.