mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
dependabot: Set default cooldown of 7 days
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
This commit is contained in:
parent
be63d5bf42
commit
e8eecd6f9a
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -5,6 +5,8 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
open-pull-requests-limit: 10
|
||||
groups:
|
||||
build-and-release-dependencies:
|
||||
|
|
@ -31,6 +33,8 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
open-pull-requests-limit: 10
|
||||
groups:
|
||||
action-dependencies:
|
||||
|
|
|
|||
Loading…
Reference in a new issue