Update Dependabot schedule and add cooldown
Change Dependabot schedule from weekly to monthly and add cooldown period.
This commit is contained in:
parent
8c8f0a7d22
commit
16ae2003fc
1 changed files with 3 additions and 1 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -4,7 +4,9 @@ updates:
|
|||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
cooldown:
|
||||
default-days: 14
|
||||
groups:
|
||||
actions:
|
||||
patterns:
|
||||
|
|
|
|||
Loading…
Reference in a new issue