Skip to content

Commit

Permalink
dependabot: Dial down to weekly
Browse files Browse the repository at this point in the history
This creates a lot of pilot and CI churn, and structurally we are not
affected by most security flaws in our runtime dependencies.

So let's try a weekly schedule instead. Run them on Sundays, so that
they are ready to inspect on Mondays.
  • Loading branch information
martinpitt authored and mvollmer committed May 10, 2024
1 parent 5adebfe commit 7861e03
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,9 +3,9 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
# run these when most of our developers don't work, don't DoS our CI over the day
time: "22:00"
interval: "weekly"
# run these when most of our developers don't work
day: "sunday"
timezone: "Europe/Berlin"
open-pull-requests-limit: 3
commit-message:
Expand Down

0 comments on commit 7861e03

Please sign in to comment.