dependabot: run daily

Running only weekly just adds latency until PRs are created with no apparent
benefit. Multiple releases within a week for the same module happen rarely, so
it doesn't reduce the number of PRs.
This commit is contained in:
Julian Brost 2024-03-14 12:10:35 +01:00
parent 5988288261
commit 877eb6602a

View file

@ -3,6 +3,5 @@ updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
time: '10:00'
interval: daily
open-pull-requests-limit: 10