Skip to content

Commit ce8180d

Browse files
committed
Adding cooldown for dependabot
1 parent 10f888e commit ce8180d

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
@@ -18,6 +18,8 @@ updates:
1818
directory: "/"
1919
schedule:
2020
interval: "daily"
21+
cooldown:
22+
default-days: 5
2123
ignore:
2224
- dependency-name: "jakarta.activation:jakarta.activation-api"
2325
versions:
@@ -32,3 +34,5 @@ updates:
3234
directory: "/"
3335
schedule:
3436
interval: "daily"
37+
cooldown:
38+
default-days: 5

0 commit comments

Comments
 (0)