Skip to content

Commit e545a1b

Browse files
bactgoneall
authored andcommitted
Add cooldown period for Maven updates in Dependabot
Add 7 days cooldown period
1 parent 0e188d5 commit e545a1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2
22
updates:
33
- package-ecosystem: "maven"
4+
cooldown:
5+
default-days: 7
46
directory: "/"
57
schedule:
68
interval: "weekly"

0 commit comments

Comments
 (0)