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-source-plugin.git
The following commit(s) were added to refs/heads/master by this push: new d4e7f09 Add dependabot for 3.x branch d4e7f09 is described below commit d4e7f09328ddc75fdf7c09aa52c009fdcdf49cef Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sun Apr 13 11:15:43 2025 +0200 Add dependabot for 3.x branch --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c76191..8c99136 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,7 +21,21 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + target-branch: "maven-source-plugin-3.x" + + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + target-branch: "maven-source-plugin-3.x"