Skip to content

Commit f81757a

Browse files
Add cooldown property for Dependabot updates
1 parent 15d617d commit f81757a

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
@@ -6,9 +6,13 @@ updates:
66
interval: "monthly"
77
labels:
88
- "type: Maintenance"
9+
cooldown:
10+
default-days: 7
911
- package-ecosystem: "pip"
1012
directory: "/"
1113
schedule:
1214
interval: "monthly"
1315
labels:
1416
- "type: Maintenance"
17+
cooldown:
18+
default-days: 7

0 commit comments

Comments
 (0)