Skip to content

Commit 8998882

Browse files
authored
Tweak dependabot schedule (#205)
1 parent 57ef38d commit 8998882

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'github-actions'
4-
directory: '/'
5-
schedule:
6-
interval: 'daily'
7-
cooldown:
8-
default-days: 7
9-
exclude:
10-
- 'grafana/*'
113
- package-ecosystem: 'npm'
124
directory: '/'
135
schedule:
146
interval: 'daily'
7+
time: '10:00'
8+
open-pull-requests-limit: 3
159
cooldown:
1610
semver-major-days: 30
1711
semver-minor-days: 14
@@ -25,6 +19,16 @@ updates:
2519
- '@grafana/runtime'
2620
- '@grafana/schema'
2721
- '@grafana/ui'
22+
- package-ecosystem: 'github-actions'
23+
directory: '/'
24+
schedule:
25+
interval: 'daily'
26+
time: '12:00'
27+
open-pull-requests-limit: 3
28+
cooldown:
29+
default-days: 7
30+
exclude:
31+
- 'grafana/*'
2832

2933
# Ignore dependencies that need to be updated manually for compatibility reasons
3034
ignore:

0 commit comments

Comments
 (0)