Skip to content

Commit

Permalink
Infrastructure: Move Dependabot updates weekly (#2081)
Browse files Browse the repository at this point in the history
Removes the limit of 10, so some safe dependencies get PRs and
don't get stuck behind a list of 10 that might be harder to land.
Changes to a weekly schedule to at least there should be less
churn with the removed cap.
  • Loading branch information
nschonni authored Nov 2, 2021
1 parent 7d94adb commit 4698a6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
interval: weekly
time: "10:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 99
commit-message:
prefix: "Infrastructure"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 99
commit-message:
prefix: "Infrastructure"

0 comments on commit 4698a6d

Please sign in to comment.