We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a7136 commit ca2d266Copy full SHA for ca2d266
1 file changed
.github/dependabot.yml
@@ -20,6 +20,9 @@ updates:
20
semver-major-days: 60
21
semver-minor-days: 14
22
semver-patch-days: 7
23
+ exclude:
24
+ - ugrc-*
25
+ - agrc-*
26
- package-ecosystem: github-actions
27
directory: /
28
schedule:
@@ -29,3 +32,5 @@ updates:
29
32
dependency-type: production
30
33
cooldown:
31
34
default-days: 10
35
36
+ - agrc/*
0 commit comments