Skip to content

Commit 6a92b5f

Browse files
authored
Merge pull request #1294 from smallrye/ci/dependabot-split-by-type
fix(ci): split minor and patch releases
2 parents 8b131a4 + 093bf55 commit 6a92b5f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ updates:
1010
commit-message:
1111
prefix: "build(deps)"
1212
groups:
13-
minor-and-patch:
13+
minor:
1414
update-types:
1515
- minor
16+
patch:
17+
update-types:
1618
- patch
1719
- package-ecosystem: github-actions
1820
directory: "/"
@@ -40,9 +42,11 @@ updates:
4042
- dependency-name: "io.vertx:*"
4143
versions: [">=5.0.0"]
4244
groups:
43-
minor-and-patch:
45+
minor:
4446
update-types:
4547
- minor
48+
patch:
49+
update-types:
4650
- patch
4751
- package-ecosystem: github-actions
4852
directory: "/"

0 commit comments

Comments
 (0)