Skip to content

Commit bf1e295

Browse files
committed
Dependabot: Configure cooldown to delay updates
See https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#cooldown-. Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 601332d commit bf1e295

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ updates:
1010
open-pull-requests-limit: 20
1111
schedule:
1212
interval: "weekly"
13+
cooldown:
14+
default-days: 7
15+
semver-patch-days: 14
16+
include: ["*"]
1317
- package-ecosystem: "docker"
1418
directory: "src/main/docker"
1519
open-pull-requests-limit: 20

0 commit comments

Comments
 (0)