Skip to content

Commit 3e4ebf6

Browse files
committed
MAINT: adding default cooldown period for dependency updates
1 parent 28aef80 commit 3e4ebf6

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)