Skip to content

Commit

Permalink
Kafka dependabot config : Ignore major and minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Jun 20, 2024
1 parent ed77ee2 commit ae4cd62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ updates:
# Only use dependabot for micros (patch versions).
- dependency-name: org.hibernate.*:*
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: org.apache.kafka:*
update-types: ["version-update:semver-major", "version-update:semver-minor"]
rebase-strategy: disabled
- package-ecosystem: gradle
directory: "/devtools/gradle"
Expand Down

0 comments on commit ae4cd62

Please sign in to comment.