Skip to content

Commit 0221529

Browse files
committed
ci: add cooldown settings with org package excludes to dependabot configuration
1 parent 6c6645d commit 0221529

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ updates:
2020
semver-major-days: 60
2121
semver-minor-days: 14
2222
semver-patch-days: 7
23+
exclude:
24+
- ugrc-*
25+
- agrc-*
2326
- package-ecosystem: github-actions
2427
directory: /
2528
schedule:
@@ -29,3 +32,5 @@ updates:
2932
dependency-type: production
3033
cooldown:
3134
default-days: 10
35+
exclude:
36+
- agrc/*

0 commit comments

Comments
 (0)