Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 7dfb7b7

Browse files
authored
chore: update dependabot.yml
1 parent cdc6bc0 commit 7dfb7b7

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,22 @@ updates:
77
open-pull-requests-limit: 10
88
labels:
99
- T:dependencies
10+
# Group all patch updates into a single PR
11+
groups:
12+
patch-updates:
13+
applies-to: version-updates
14+
update-types:
15+
- "minor"
1016
- package-ecosystem: gomod
1117
directory: "/"
1218
schedule:
13-
interval: weekly
14-
open-pull-requests-limit: 10
15-
labels:
16-
- T:dependencies
17-
- package-ecosystem: docker
18-
directory: "/docker"
19-
schedule:
20-
interval: weekly
19+
interval: daily
2120
open-pull-requests-limit: 10
2221
labels:
2322
- T:dependencies
23+
# Group all patch updates into a single PR
24+
groups:
25+
patch-updates:
26+
applies-to: version-updates
27+
update-types:
28+
- "minor"

0 commit comments

Comments
 (0)