Browse Source

use only maven central for dependabot

Signed-off-by: Olivier Lamy <olamy@apache.org>
master-maven-indexer-6.0.1
Olivier Lamy 2 years ago
parent
commit
d466c2c956
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      .github/dependabot.yml

+ 3
- 1
.github/dependabot.yml View File

@@ -21,7 +21,9 @@ registries:
maven-central:
type: maven-repository
url: https://repo.maven.apache.org/maven2

username: ""
password: ""
updates:
- package-ecosystem: "maven"
directory: "/"

Loading…
Cancel
Save