use only maven central for dependabot
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
1705a6d849
commit
fd01f08ad1
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -21,7 +21,9 @@ registries:
|
|||||||
maven-central:
|
maven-central:
|
||||||
type: maven-repository
|
type: maven-repository
|
||||||
url: https://repo.maven.apache.org/maven2
|
url: https://repo.maven.apache.org/maven2
|
||||||
|
username: ""
|
||||||
|
password: ""
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "maven"
|
- package-ecosystem: "maven"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user