From d55cd768c75ea58a42002d3ebe848c4ca91e85fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bobowski?= <145468486+sfc-gh-mbobowski@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:34:11 +0200 Subject: [PATCH] NO-SNOW Ignore major updates on Kafka dependencies (#915) --- .github/dependabot.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index cb22132d3..8ba754cfe 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,4 +6,7 @@ updates: - package-ecosystem: "maven" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + ignore: + - dependency-name: "org.apache.kafka:*" + update-types: ["version-update:semver-major"]