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-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 1954ef0 Add dependabot for 3.x branch
1954ef0 is described below
commit 1954ef0756cbc404edd75d74f07b88e1928d2dfe
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Feb 4 18:38:39 2025 +0100
Add dependabot for 3.x branch
---
.github/dependabot.yml | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ccf1b48..d8a7c29 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,10 +21,20 @@ updates:
directory: "/"
schedule:
interval: "daily"
- ignore:
- # ignore Maven Core updates
- - dependency-name: "org.apache.maven:*"
+
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ target-branch: "maven-compiler-plugin-3.x"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
+ target-branch: "maven-compiler-plugin-3.x"