This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/master by this push: new 32eb6ba5 Add dependabot for 3.x branch 32eb6ba5 is described below commit 32eb6ba5ef53921d32e23c41310d25f9967f2fce Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sun Feb 23 09:59:31 2025 +0100 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..ddd05e64 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-plugin-tools-3.x" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + target-branch: "maven-plugin-tools-3.x"