We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4f637 commit 15faf92Copy full SHA for 15faf92
.github/dependabot.yml
@@ -1,5 +1,4 @@
1
version: 2
2
-enable-beta-ecosystems: true
3
updates:
4
- package-ecosystem: 'gomod'
5
directory: '/'
@@ -9,10 +8,16 @@ updates:
9
8
semver-major-days: 30
10
semver-minor-days: 14
11
semver-patch-days: 7
+ exclude:
12
+ - 'github.com/grafana/*'
13
- package-ecosystem: 'github-actions'
14
15
schedule:
16
interval: 'daily'
17
+ cooldown:
18
+ default-days: 7
19
20
+ - 'grafana/*'
21
- package-ecosystem: 'npm'
22
23
@@ -21,6 +26,8 @@ updates:
26
27
28
29
30
+ - '@grafana/*'
24
31
groups:
25
32
grafana-dependencies:
33
patterns:
0 commit comments