Browse Source

use only maven central for maven dependabot update

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

+ 10
- 0
.github/dependabot.yml View File

@@ -16,15 +16,25 @@
# under the License.

version: 2

registries:
maven-central:
type: maven-repository
url: https://repo.maven.apache.org/maven2

updates:
- package-ecosystem: "maven"
directory: "/"
registries:
- maven-central
target-branch: "master"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/"
registries:
- maven-central
target-branch: "archiva-2.x"
schedule:
interval: "daily"

Loading…
Cancel
Save