Skip to content

Commit

Permalink
Fix dependabot.yml ignore section (#5999)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Oct 20, 2022
1 parent 0b0e559 commit d1864a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Expand Up @@ -118,7 +118,7 @@ updates:
open-pull-requests-limit: 10
ignore:
- dependency-name: "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml"
update-types: [ "version-update:semver-minor" ]
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
- package-ecosystem: "gradle"
directory: "/modules/kafka"
schedule:
Expand Down Expand Up @@ -202,7 +202,7 @@ updates:
open-pull-requests-limit: 10
ignore:
- dependency-name: "io.r2dbc:r2dbc-spi"
versions: ["0.8.x"]
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
- package-ecosystem: "gradle"
directory: "/modules/rabbitmq"
schedule:
Expand Down

0 comments on commit d1864a4

Please sign in to comment.