From bb0c474f3c41ad0f2022b165c6f67af0ba48d0b2 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 9 Aug 2026 22:09:54 +0200 Subject: [PATCH] Let Dependabot update master, not only the 3.x branch Both entries carried target-branch: maven-plugin-testing-3.x, and target-branch replaces the default target rather than adding to it, so Dependabot has only ever proposed updates for the maintenance branch. Nothing has been proposed for master since the setting was added. The effect is visible in the workflows: maven-plugin-testing-3.x calls the shared workflows at @v5 across all three of them, because its bump PRs landed there (#276, #277, #278), while master is still on @v4 for both of the workflows it has. The maintenance branch is ahead of the default branch. Add the same two ecosystems again without target-branch so master is covered too. The existing 3.x entries are untouched. Generated-by: Claude Opus 5 (1M context) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a094845e..65006c06 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,16 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" directory: "/" schedule: