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-install-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 0711e29 Add dependabot for 3.x branch
0711e29 is described below
commit 0711e298b0aad64d3242157b5edcac20111f6a6e
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Feb 4 22:28:36 2025 +0100
Add dependabot for 3.x branch
---
.github/dependabot.yml | 30 +++++++++++++++++++++---------
1 file changed, 21 insertions(+), 9 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 81fe6e2..22ea2d1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,12 +16,24 @@
#
version: 2
updates:
-- package-ecosystem: maven
- directory: "/"
- schedule:
- interval: daily
- time: '04:00'
- open-pull-requests-limit: 10
- ignore:
- # Ignore Maven Core updates
- - dependency-name: "org.apache.maven:*"
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "daily"
+
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ target-branch: "maven-install-plugin-3.x"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ target-branch: "maven-install-plugin-3.x"