Skip to content

Commit c339621

Browse files
authored
Tweak dependabot schedule (#537)
1 parent 77f7dcd commit c339621

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,20 @@ updates:
44
directory: '/'
55
schedule:
66
interval: 'daily'
7+
time: '08:00'
8+
open-pull-requests-limit: 3
79
cooldown:
810
semver-major-days: 30
911
semver-minor-days: 14
1012
semver-patch-days: 7
1113
exclude:
1214
- 'github.com/grafana/*'
13-
- package-ecosystem: 'github-actions'
14-
directory: '/'
15-
schedule:
16-
interval: 'daily'
17-
cooldown:
18-
default-days: 7
19-
exclude:
20-
- 'grafana/*'
2115
- package-ecosystem: 'npm'
2216
directory: '/'
2317
schedule:
2418
interval: 'daily'
19+
time: '10:00'
20+
open-pull-requests-limit: 3
2521
cooldown:
2622
semver-major-days: 30
2723
semver-minor-days: 14
@@ -35,7 +31,6 @@ updates:
3531
- '@grafana/runtime'
3632
- '@grafana/schema'
3733
- '@grafana/ui'
38-
3934
# Ignore dependencies that need to be updated manually for compatibility reasons
4035
ignore:
4136
# Keep @types/node in sync with the node version in .nvmrc
@@ -53,3 +48,13 @@ updates:
5348
update-types: ['version-update:semver-major']
5449
# Keep rxjs in sync with the version used by `@grafana/*` packages
5550
- dependency-name: rxjs
51+
- package-ecosystem: 'github-actions'
52+
directory: '/'
53+
schedule:
54+
interval: 'daily'
55+
time: '12:00'
56+
open-pull-requests-limit: 3
57+
cooldown:
58+
default-days: 7
59+
exclude:
60+
- 'grafana/*'

0 commit comments

Comments
 (0)