Skip to content

Commit c2fbcaa

Browse files
authored
MAINT: add cooldown period for dependency updates (#858)
1 parent 11b518d commit c2fbcaa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
cooldown:
8+
default-days: 14
79
- package-ecosystem: "pip"
810
directory: "/"
911
schedule:
1012
interval: "monthly"
13+
cooldown:
14+
default-days: 14
1115
- package-ecosystem: "gitsubmodule"
1216
directory: "/"
1317
allow:

0 commit comments

Comments
 (0)