We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eedb552 + aa758ae commit 4f002b0Copy full SHA for 4f002b0
1 file changed
.github/dependabot.yml
@@ -13,4 +13,11 @@ updates:
13
# Separate sections of the branch name with a hyphen because docker hub doesn't want slashes
14
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
15
separator: '-'
16
- versioning-strategy: increase-if-necessary
+ 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