Skip to content

Commit

Permalink
F7333340924: Make dependabot open PRs once a week instead of daily
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Apr 25, 2024
1 parent 2729916 commit f52a296
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ updates:
registries: "*"
open-pull-requests-limit: 1000 # we don't want to limit PRs
schedule:
interval: "daily" # runs on every weekday, Monday to Friday
interval: "weekly"
day: "sunday"
time: "19:00"
timezone: "Europe/Paris"
commit-message:
prefix: "15549487: "

0 comments on commit f52a296

Please sign in to comment.