This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
The following commit(s) were added to refs/heads/redback-2.6.x by this push:
new 9b51d330 use only maven central for dependabot
9b51d330 is described below
commit 9b51d330dc46bd005e8df3bbad73a67cba934f34
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Apr 15 12:12:12 2022 +1000
use only maven central for dependabot
Signed-off-by: Olivier Lamy <[email protected]>
---
.github/dependabot.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f149df00..bf4474f1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,7 +21,9 @@ registries:
maven-central:
type: maven-repository
url: https://repo.maven.apache.org/maven2
-
+ username: ""
+ password: ""
+
updates:
- package-ecosystem: "maven"
directory: "/"