Skip to content

Commit

Permalink
Ignore Netty upgrades for 6.2 and 5.0 as versions above 4.1.91 do not…
Browse files Browse the repository at this point in the history
… seem to work with Vert.x 4.3.x.

Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Aug 3, 2023
1 parent 45c4ce6 commit 54bc7ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ updates:
interval: "daily"
ignore:
- dependency-name: 'io.projectreactor:*'
# Versions above 4.1.91 do not seem to work with Netty 4.3
- dependency-name: 'io.netty:*'
- dependency-name: '*'
update-types: ['version-update:semver-major', 'version-update:semver-minor']
open-pull-requests-limit: 10
Expand All @@ -57,6 +59,8 @@ updates:
interval: "daily"
ignore:
- dependency-name: 'io.projectreactor:*'
# Versions above 4.1.91 do not seem to work with Netty 4.3
- dependency-name: 'io.netty:*'
- dependency-name: '*'
update-types: ['version-update:semver-major', 'version-update:semver-minor']
open-pull-requests-limit: 10
Expand Down

0 comments on commit 54bc7ef

Please sign in to comment.