mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-18 18:18:00 -05:00
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:
parent
5988288261
commit
877eb6602a
1 changed files with 1 additions and 2 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
|
@ -3,6 +3,5 @@ updates:
|
|||
- package-ecosystem: gomod
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
time: '10:00'
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue