Skip to content

Commit 8b131a4

Browse files
authored
Merge pull request #1293 from smallrye/ci/dependabot-ignore-vertx5-3.x
fix(ci): ignore Vert.x 5 updates in the 3.x branch
2 parents 8a51945 + 52547f3 commit 8b131a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ updates:
3737
prefix: "build(deps)"
3838
ignore:
3939
- dependency-name: "io.micrometer:*"
40+
- dependency-name: "io.vertx:*"
41+
versions: [">=5.0.0"]
4042
groups:
4143
minor-and-patch:
4244
update-types:

0 commit comments

Comments
 (0)