Skip to content

Commit

Permalink
Reduce our Dependabot Runs
Browse files Browse the repository at this point in the history
Tamping down our dependabot runs to Sunday after our lock file update
job runs. This will reduce the number of PRs we need to test and ensure
we don't have to spend time on ones that would get auto updated with a
lock file update anyway. Those that do need attention will be easier to
handle once a week.
  • Loading branch information
jrjohnson committed Aug 8, 2024
1 parent 75b2060 commit 1831fdd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly

- package-ecosystem: npm
directory: /
schedule:
interval: daily
time: "02:30"
timezone: America/Los_Angeles
interval: weekly
day: "sunday"
open-pull-requests-limit: 10
groups:
embroider:
Expand Down

0 comments on commit 1831fdd

Please sign in to comment.