Skip to content

Commit

Permalink
Ignore io.projectreactor in 6.2 and 5.0 as there will likely not be a…
Browse files Browse the repository at this point in the history
… compatible release.

Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Mar 10, 2023
1 parent c349c0c commit a1b4e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -34,6 +34,7 @@ updates:
schedule:
interval: "daily"
ignore:
- dependency-name: 'io.projectreactor:*'
- dependency-name: '*:*'
update-types: ['version-update:semver-major', 'version-update:semver-minor']
open-pull-requests-limit: 10
Expand All @@ -51,6 +52,7 @@ updates:
schedule:
interval: "daily"
ignore:
- dependency-name: 'io.projectreactor:*'
- dependency-name: '*:*'
update-types: ['version-update:semver-major', 'version-update:semver-minor']
open-pull-requests-limit: 10
Expand Down

0 comments on commit a1b4e38

Please sign in to comment.