Skip to content

Commit af5c140

Browse files
committed
[CI] Update dependabot schedule / add branch 1.1.x
1 parent 755f25b commit af5c140

File tree

1 file changed

+46
-8
lines changed

1 file changed

+46
-8
lines changed

.github/dependabot.yml

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,33 @@ updates:
44
target-branch: main
55
directory: /
66
schedule:
7-
interval: weekly
8-
day: saturday
7+
interval: "daily"
8+
# 9am UTC-5
9+
time: "04:00"
10+
ignore:
11+
- dependency-name: '*'
12+
update-types:
13+
- version-update:semver-major
14+
- version-update:semver-minor
15+
open-pull-requests-limit: 10
16+
labels:
17+
- 'type: dependency-upgrade'
18+
groups:
19+
development-dependencies:
20+
update-types:
21+
- patch
22+
patterns:
23+
- com.gradle.enterprise
24+
- com.github.spotbugs
25+
- io.spring.*
26+
- org.ajoberstar.grgit
27+
- package-ecosystem: gradle
28+
target-branch: 1.1.x
29+
directory: /
30+
schedule:
31+
interval: "daily"
32+
# 10am UTC-5
33+
time: "05:00"
934
ignore:
1035
- dependency-name: '*'
1136
update-types:
@@ -27,8 +52,9 @@ updates:
2752
target-branch: 1.0.x
2853
directory: /
2954
schedule:
30-
interval: weekly
31-
day: sunday
55+
interval: "daily"
56+
# 11am UTC-5
57+
time: "06:00"
3258
ignore:
3359
- dependency-name: '*'
3460
update-types:
@@ -50,8 +76,20 @@ updates:
5076
target-branch: main
5177
directory: /
5278
schedule:
53-
interval: weekly
54-
day: saturday
79+
interval: "weekly"
80+
day: "saturday"
81+
labels:
82+
- 'type: task'
83+
groups:
84+
development-dependencies:
85+
patterns:
86+
- '*'
87+
- package-ecosystem: github-actions
88+
target-branch: 1.1.x
89+
directory: /
90+
schedule:
91+
interval: "weekly"
92+
day: "sunday"
5593
labels:
5694
- 'type: task'
5795
groups:
@@ -62,8 +100,8 @@ updates:
62100
target-branch: 1.0.x
63101
directory: /
64102
schedule:
65-
interval: weekly
66-
day: sunday
103+
interval: "weekly"
104+
day: "monday"
67105
labels:
68106
- 'type: task'
69107
groups:

0 commit comments

Comments
 (0)