From ba54d778ef9fce14c41a00f2469bf1bb3500af5c Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 9 Feb 2025 20:51:02 +0100 Subject: [PATCH] Add dependabot for 3.x branch --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 778ea2af..6ac6d14c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,7 +21,20 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + target-branch: "maven-deploy-plugin-3.x" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + target-branch: "maven-deploy-plugin-3.x"