Skip to content

Commit 4f002b0

Browse files
authored
Merge pull request #195 from UserOfficeProject/1509
Add cooldown for dependabot
2 parents eedb552 + aa758ae commit 4f002b0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,11 @@ updates:
1313
# Separate sections of the branch name with a hyphen because docker hub doesn't want slashes
1414
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
1515
separator: '-'
16-
versioning-strategy: increase-if-necessary
16+
versioning-strategy: increase-if-necessary
17+
cooldown: # Cooldown: wait before creating PRs for newly released versions
18+
default-days: 1 # fallback wait for all updates
19+
semver-major-days: 30 # waits 30 days for major updates
20+
semver-minor-days: 7 # waits 7 days for minor updates
21+
semver-patch-days: 1 # optional; explicit patch wait (defaults to default-days)
22+
include:
23+
- "*" # apply to all dependencies

0 commit comments

Comments
 (0)