Skip to content

Commit a15c6bf

Browse files
committed
chore: update Dependabot configuration to set cooldown periods for npm and pip updates
1 parent 4fdae1d commit a15c6bf

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
schedule:
66
interval: "monthly"
77
target-branch: "develop"
8+
cooldown:
9+
semver-major-days: 7
10+
semver-minor-days: 5
11+
semver-patch-days: 3
812
groups:
913
npm-minor-and-patch:
1014
update-types:
@@ -18,8 +22,12 @@ updates:
1822
- package-ecosystem: "npm"
1923
directory: "/attack-style"
2024
schedule:
21-
interval: "weekly"
25+
interval: "monthly"
2226
target-branch: "develop"
27+
cooldown:
28+
semver-major-days: 7
29+
semver-minor-days: 5
30+
semver-patch-days: 3
2331
groups:
2432
npm-minor-and-patch:
2533
update-types:
@@ -40,6 +48,10 @@ updates:
4048
schedule:
4149
interval: "weekly"
4250
target-branch: "develop"
51+
cooldown:
52+
semver-major-days: 7
53+
semver-minor-days: 5
54+
semver-patch-days: 3
4355
groups:
4456
python-minor-and-patch:
4557
update-types:

0 commit comments

Comments
 (0)