diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 751ec7f296c..80e35511d92 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -89,8 +89,6 @@ updates: - /docker-compose/cassandra/v4 schedule: interval: daily - allow: + ignore: - dependency-name: "cassandra" - update-types: - - minor - - patch + update-types: [ "version-update:semver-major" ]