From 4a7b540cf958eb23bf1fc39e50d81f66f804319d Mon Sep 17 00:00:00 2001 From: Spring Builds Date: Mon, 31 Aug 2026 19:09:29 +0000 Subject: [PATCH] Add Dependabot entries for 5.0.x --- .github/dependabot.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 82b96d980..abf9f794b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -31,3 +31,29 @@ updates: directory: /docs schedule: interval: weekly + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "5.0.x" + schedule: + interval: "weekly" + exclude-paths: + - ".github/workflows/release-train-test.yml" + - ".github/workflows/release-train-build.yml" + - package-ecosystem: maven + directory: / + schedule: + interval: daily + target-branch: 5.0.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: npm + target-branch: 5.0.x + directory: /docs + schedule: + interval: weekly