Skip to content

Commit fe0c398

Browse files
committed
exclude grafana dependencies from cooldown
1 parent 90e9411 commit fe0c398

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
@@ -6,6 +6,8 @@ updates:
66
interval: 'daily'
77
cooldown:
88
default-days: 7
9+
exclude:
10+
- 'grafana/*'
911
- package-ecosystem: 'npm'
1012
directory: '/'
1113
schedule:
@@ -14,6 +16,8 @@ updates:
1416
semver-major-days: 30
1517
semver-minor-days: 14
1618
semver-patch-days: 7
19+
exclude:
20+
- '@grafana/*'
1721
groups:
1822
grafana-dependencies:
1923
patterns:

0 commit comments

Comments
 (0)