Skip to content

Commit 2d4fc52

Browse files
committed
add cooldowns to dependabot
Signed-off-by: William Woodruff <[email protected]>
1 parent d72512a commit 2d4fc52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
cooldown:
8+
default-days: 14
79
groups:
810
python:
911
patterns:
@@ -12,6 +14,8 @@ updates:
1214
directory: "/"
1315
schedule:
1416
interval: "monthly"
17+
cooldown:
18+
default-days: 14
1519
groups:
1620
rust:
1721
patterns:
@@ -20,6 +24,8 @@ updates:
2024
directory: ".github/workflows"
2125
schedule:
2226
interval: "monthly"
27+
cooldown:
28+
default-days: 14
2329
groups:
2430
actions:
2531
patterns:

0 commit comments

Comments
 (0)