diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e451e357..c81123e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,13 +5,6 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 - automerged_updates: - - match: - dependency_name: "org.mockito*" - update_type: "all" - - match: - dependency_name: "com.github.spotbugs*" - update_type: "all" ignore: - dependency-name: org.eclipse.collections:eclipse-collections versions: @@ -54,7 +47,3 @@ updates: directory: "/" schedule: interval: "daily" - automerged_updates: - - match: - dependency_type: "all" - update_type: "all"