Skip to content

Commit 15faf92

Browse files
authored
Update dependabot configuration (#431)
1 parent da4f637 commit 15faf92

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
version: 2
2-
enable-beta-ecosystems: true
32
updates:
43
- package-ecosystem: 'gomod'
54
directory: '/'
@@ -9,10 +8,16 @@ updates:
98
semver-major-days: 30
109
semver-minor-days: 14
1110
semver-patch-days: 7
11+
exclude:
12+
- 'github.com/grafana/*'
1213
- package-ecosystem: 'github-actions'
1314
directory: '/'
1415
schedule:
1516
interval: 'daily'
17+
cooldown:
18+
default-days: 7
19+
exclude:
20+
- 'grafana/*'
1621
- package-ecosystem: 'npm'
1722
directory: '/'
1823
schedule:
@@ -21,6 +26,8 @@ updates:
2126
semver-major-days: 30
2227
semver-minor-days: 14
2328
semver-patch-days: 7
29+
exclude:
30+
- '@grafana/*'
2431
groups:
2532
grafana-dependencies:
2633
patterns:

0 commit comments

Comments
 (0)