From 68b32f5b87b43858cfcd8489ab9a76ec89f6e15a Mon Sep 17 00:00:00 2001 From: Spring Builds Date: Wed, 1 Jul 2026 13:58:33 +0000 Subject: [PATCH] Remove Dependabot entries for retired branch 4.3.x --- .github/dependabot.yml | 23 ----------------------- 1 file changed, 23 deletions(-) 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