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