Reschedule dependabot PR opening to Wednesday (#12082)

We release on Tuesdays and open dependabot PRs will rebase after the
version bump and thus consume unnecessary workers during release, thus
let's open new ones on Wednesday
This commit is contained in:
Stefan Holderbach 2024-03-06 23:08:35 +01:00 committed by GitHub
parent e5f086cfb4
commit fe2761c7a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,10 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# We release on Tuesdays and open dependabot PRs will rebase after the
# version bump and thus consume unnecessary workers during release, thus
# let's open new ones on Wednesday
day: "wednesday"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
@ -18,3 +22,4 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"