Skip to content

Commit dfe2d4e

Browse files
authored
Merge pull request #371 from Homebrew/cooldown
2 parents d00b80b + 10c1f1c commit dfe2d4e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/actions/sync/dependabot.template.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,44 @@ updates:
1919
patterns: ["*"]
2020
allow:
2121
- dependency-type: all
22+
cooldown:
23+
default-days: 7
2224

2325
- package-ecosystem: devcontainers
2426
directory: /
2527
multi-ecosystem-group: "all"
2628
patterns: ["*"]
2729
allow:
2830
- dependency-type: all
31+
cooldown:
32+
default-days: 7
2933

3034
- package-ecosystem: docker
3135
directory: /
3236
multi-ecosystem-group: "all"
3337
patterns: ["*"]
3438
allow:
3539
- dependency-type: all
40+
cooldown:
41+
default-days: 7
3642

3743
- package-ecosystem: github-actions
3844
directory: /
3945
multi-ecosystem-group: "all"
4046
patterns: ["*"]
4147
allow:
4248
- dependency-type: all
49+
cooldown:
50+
default-days: 7
4351

4452
- package-ecosystem: npm
4553
directory: /
4654
multi-ecosystem-group: "all"
4755
patterns: ["*"]
4856
allow:
4957
- dependency-type: all
58+
cooldown:
59+
default-days: 7
5060

5161
- package-ecosystem: pip
5262
directories:
@@ -56,10 +66,14 @@ updates:
5666
patterns: ["*"]
5767
allow:
5868
- dependency-type: all
69+
cooldown:
70+
default-days: 7
5971

6072
- package-ecosystem: terraform
6173
directory: /
6274
multi-ecosystem-group: "all"
6375
patterns: ["*"]
6476
allow:
6577
- dependency-type: all
78+
cooldown:
79+
default-days: 7

0 commit comments

Comments
 (0)