diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 64712968763..9d1524fb681 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -45,7 +45,6 @@ updates: - package-ecosystem: maven directories: - - "/" - "/log4j-1.2-api" - "/log4j-api-test" - "/log4j-api" @@ -164,7 +163,6 @@ updates: - package-ecosystem: maven directories: - "/log4j-mongodb4" - - "/log4j-slf4j-impl" open-pull-requests-limit: 10 schedule: interval: "daily" @@ -175,9 +173,6 @@ updates: # MongoDB 4.x should only upgrade to 4.x - dependency-name: "org.mongodb:*" versions: [ "[5,)" ] - # SLF4J 1.7.x should only upgrade to 1.7.x and - - dependency-name: "org.slf4j:slf4j-api" - versions: [ "[1,)" ] - package-ecosystem: github-actions directory: "/"