This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new e13c1fe11 use only maven central for dependabot
e13c1fe11 is described below
commit e13c1fe112e6939e8eae5a693e204804df21fd1d
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Apr 15 11:53:41 2022 +1000
use only maven central for dependabot
Signed-off-by: Olivier Lamy <[email protected]>
---
.github/dependabot.yml | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1cc272f74..3433e9272 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,13 +16,38 @@
# under the License.
version: 2
+
+registries:
+ maven-central:
+ type: maven-repository
+ url: https://repo.maven.apache.org/maven2
+
updates:
- package-ecosystem: "maven"
directory: "/"
+ registries:
+ - maven-central
+ target-branch: "master"
+ schedule:
+ interval: "daily"
+
+ - package-ecosystem: "maven"
+ directory: "/"
+ registries:
+ - maven-central
+ target-branch: "archiva-2.x"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
+ target-branch: "archiva-2.x"
schedule:
interval: "daily"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ target-branch: "master"
+ schedule:
+ interval: "daily"
+