Merge pull request #3285 from jrfnl/feature/dependabot-every-two-weeks
Dependabot/gh-actions: move to bi-weekly schedule
This commit is contained in:
commit
84097ce614
|
|
@ -8,7 +8,8 @@ updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "cron"
|
||||||
|
cronjob: "10 22 5,20 * *" # At 22:10, every 5th and 20th day of the month.
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 5
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "GH Actions:"
|
prefix: "GH Actions:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue