From 28b33b32100c1066c46ac8e01a2af52793c0c1c9 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Wed, 10 Sep 2025 07:31:46 +0200 Subject: [PATCH] Enables Dependabot to support all the main branches --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53b5411943..0a6510b7b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,9 @@ updates: directory: "/" schedule: interval: "weekly" - ignore: [] + target-branch: "main" + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly" + target-branch: "release/struts-6-7-x"