Skip to content

Commit 5fe28a6

Browse files
Enhance Dependabot configuration with cooldown and limits
Added cooldown settings and open pull request limits for GitHub Actions and npm dependencies.
1 parent b07cb88 commit 5fe28a6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7+
cooldown:
8+
default-days: 7
9+
open-pull-requests-limit: 10
710
groups:
811
actions-minor:
912
update-types:
@@ -14,6 +17,12 @@ updates:
1417
directory: /
1518
schedule:
1619
interval: weekly
20+
cooldown:
21+
default-days: 7
22+
semver-major-days: 7
23+
semver-minor-days: 3
24+
semver-patch-days: 2
25+
open-pull-requests-limit: 10
1726
groups:
1827
npm-development:
1928
dependency-type: development
@@ -23,4 +32,4 @@ updates:
2332
npm-production:
2433
dependency-type: production
2534
update-types:
26-
- patch
35+
- patch

0 commit comments

Comments
 (0)