Skip to content

Commit a958483

Browse files
committed
ci: add cooldown settings with org package excludes to dependabot configuration
1 parent e7496c6 commit a958483

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ updates:
2020
semver-major-days: 60
2121
semver-minor-days: 14
2222
semver-patch-days: 7
23+
exclude:
24+
- '@ugrc/*'
2325
- package-ecosystem: github-actions
2426
directory: /
2527
schedule:
@@ -29,3 +31,5 @@ updates:
2931
dependency-type: production
3032
cooldown:
3133
default-days: 10
34+
exclude:
35+
- agrc/*

0 commit comments

Comments
 (0)