Skip to content

Commit d4ca33a

Browse files
committed
ci: group updates to decrease the amount of Dependabot PRs
1 parent ebc583b commit d4ca33a

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,44 @@ updates:
44
directory: "/"
55
schedule:
66
interval: weekly
7-
time: '05:00' # Otherwise it picks a random time.
7+
time: '01:00' # Otherwise it picks a random time.
88
open-pull-requests-limit: 10
99
commit-message:
1010
prefix: "deps: "
1111
labels: ["dependencies"] # Don't use any other labels.
12+
groups:
13+
patch-updates: # Patch updates are grouped together.
14+
patterns:
15+
- "*"
16+
update-types:
17+
- "patch"
1218
- package-ecosystem: "github-actions"
1319
directory: "/"
1420
schedule:
1521
interval: weekly
16-
time: '05:00' # Otherwise it picks a random time.
22+
time: '01:00' # Otherwise it picks a random time.
1723
open-pull-requests-limit: 10
1824
commit-message:
1925
prefix: "deps: "
2026
labels: ["dependencies"] # Don't use any other labels.
27+
groups:
28+
patch-updates: # Patch updates are grouped together.
29+
patterns:
30+
- "*"
31+
update-types:
32+
- "patch"
2133
- package-ecosystem: pip
2234
directory: "/"
2335
schedule:
2436
interval: weekly
25-
time: '05:00'
37+
time: '01:00'
2638
open-pull-requests-limit: 10
2739
commit-message:
2840
prefix: "deps: "
2941
labels: ["dependencies"] # Don't use any other labels.
42+
groups:
43+
patch-updates: # Patch updates are grouped together.
44+
patterns:
45+
- "*"
46+
update-types:
47+
- "patch"

0 commit comments

Comments
 (0)