diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c51fd8fab..eadfd926a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,28 +1,10 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" - target-branch: "4.3.x" - schedule: - interval: "weekly" - package-ecosystem: "github-actions" directory: "/" target-branch: "main" schedule: interval: "weekly" - - package-ecosystem: maven - directory: / - schedule: - interval: daily - target-branch: 4.3.x - ignore: - # glob 7.2.3+ conflicts with jshint (minimatch) in wro4j-maven-plugin - - dependency-name: "org.webjars.npm:glob" - # only upgrade patch versions for maintenance branch - - dependency-name: "*" - update-types: - - version-update:semver-major - - version-update:semver-minor - package-ecosystem: maven directory: / schedule: @@ -46,8 +28,3 @@ updates: directory: /docs schedule: interval: weekly - - package-ecosystem: npm - target-branch: 4.3.x - directory: /docs - schedule: - interval: weekly