Skip to content

Commit 2ea5756

Browse files
chore(deps): add Dependabot cooldowns (default 7d; major 14d; minor 7d; patch 3d)
1 parent 5891ad9 commit 2ea5756

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: weekly
12+
cooldown:
13+
default: 7
14+
major: 14
15+
minor: 7
16+
patch: 3
1217
commit-message:
1318
prefix: "feat(deps): "
1419
prefix-development: "chore(deps-dev): "
@@ -24,6 +29,11 @@ updates:
2429
directory: "/.github/workflows"
2530
schedule:
2631
interval: monthly
32+
cooldown:
33+
default: 7
34+
major: 14
35+
minor: 7
36+
patch: 3
2737
commit-message:
2838
prefix: "ci: "
2939
groups:
@@ -34,9 +44,14 @@ updates:
3444
directory: "/"
3545
schedule:
3646
interval: monthly
47+
cooldown:
48+
default: 7
49+
major: 14
50+
minor: 7
51+
patch: 3
3752
commit-message:
3853
prefix: "ci: "
3954
groups:
4055
actions:
4156
patterns:
42-
- "*"
57+
- "*"

0 commit comments

Comments
 (0)