From c623f064a3cf4c76756d748daaf15f041dba85f6 Mon Sep 17 00:00:00 2001 From: Spring Builds Date: Mon, 31 Aug 2026 14:39:44 +0000 Subject: [PATCH] Add Dependabot entries for 5.0.x --- .github/dependabot.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bb66dbbf..0300efb9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -38,3 +38,31 @@ updates: directory: /docs schedule: interval: weekly + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "5.0.x" + exclude-paths: + - ".github/workflows/release-train-test.yml" + - ".github/workflows/release-train-build.yml" + schedule: + interval: "weekly" + - package-ecosystem: maven + directory: / + schedule: + interval: daily + target-branch: 5.0.x + ignore: + # IDE specific dependency + - dependency-name: "org.eclipse.m2e:lifecycle-mapping" + # JRuby updates are causing docs generation to fail + - dependency-name: "org.jruby:jruby-complete" + # only upgrade by minor or patch + - 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