aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2022-04-15 12:07:45 +1000
committerOlivier Lamy <olamy@apache.org>2022-04-15 12:07:45 +1000
commitd466c2c956cf578409f4f43a0d5e2764a00b553e (patch)
tree1e83d4e59bd57485078cf964091dae5a749ff3df
parenta0a6ea792a18d5300bd81d6ca4c950dc38a51f62 (diff)
downloadarchiva-d466c2c956cf578409f4f43a0d5e2764a00b553e.tar.gz
archiva-d466c2c956cf578409f4f43a0d5e2764a00b553e.zip
use only maven central for dependabot
Signed-off-by: Olivier Lamy <olamy@apache.org>
-rw-r--r--.github/dependabot.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 305601772..b11d403aa 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: "/"