schedule depandabot checks
schedule checks so they happen at 4:00am UTC. This way gitlab CI doesn't get blocked during working hours.
This commit is contained in:
parent
cd0d450c3a
commit
d7bdd0efba
1 changed files with 2 additions and 0 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -8,6 +8,7 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
time: "04:00"
|
||||
open-pull-requests-limit: 5
|
||||
rebase-strategy: "disabled"
|
||||
|
||||
|
|
@ -16,5 +17,6 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "04:00"
|
||||
open-pull-requests-limit: 5
|
||||
rebase-strategy: "disabled"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue