Skip to content

Commit 8415798

Browse files
authored
add cooldown to Dependabot updates
1 parent db01890 commit 8415798

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
@@ -2,6 +2,8 @@ version: 2
22
updates:
33
- package-ecosystem: github-actions
44
directory: "/"
5+
cooldown:
6+
default-days: 42
57
schedule:
68
interval: "monthly"
79
groups:
@@ -10,6 +12,8 @@ updates:
1012
- "*"
1113
- package-ecosystem: pip
1214
directory: "/"
15+
cooldown:
16+
default-days: 42
1317
schedule:
1418
interval: "monthly"
1519
groups:

0 commit comments

Comments
 (0)