Skip to content

Commit 262c463

Browse files
committed
chore: update dependabot configuration to group minor and patch updates with auto rebase strategy
1 parent 49a7d7f commit 262c463

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/dependabot.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ updates:
1212
include: "scope"
1313
open-pull-requests-limit: 1
1414
groups:
15-
all-dependencies:
15+
minor-patches:
1616
patterns:
1717
- "*"
1818
update-types:
@@ -21,6 +21,7 @@ updates:
2121
ignore:
2222
- dependency-name: "*"
2323
update-types: ["version-update:semver-major"]
24+
rebase-strategy: "auto"
2425

2526
- package-ecosystem: "gomod"
2627
directory: "/"
@@ -34,7 +35,7 @@ updates:
3435
include: "scope"
3536
open-pull-requests-limit: 1
3637
groups:
37-
all-dependencies:
38+
minor-patches:
3839
patterns:
3940
- "*"
4041
update-types:
@@ -43,6 +44,7 @@ updates:
4344
ignore:
4445
- dependency-name: "*"
4546
update-types: ["version-update:semver-major"]
47+
rebase-strategy: "auto"
4648

4749
- package-ecosystem: "docker"
4850
directory: "/"
@@ -56,14 +58,13 @@ updates:
5658
include: "scope"
5759
open-pull-requests-limit: 1
5860
groups:
59-
all-dependencies:
61+
minor-patches:
6062
patterns:
6163
- "*"
6264
update-types:
6365
- "minor"
6466
- "patch"
65-
allow:
66-
- dependency-type: "direct"
6767
ignore:
6868
- dependency-name: "*"
6969
update-types: ["version-update:semver-major"]
70+
rebase-strategy: "auto"

0 commit comments

Comments
 (0)