diff options
author | Olivier Lamy <olamy@apache.org> | 2022-04-15 11:50:19 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2022-04-15 11:50:19 +1000 |
commit | a0a6ea792a18d5300bd81d6ca4c950dc38a51f62 (patch) | |
tree | 603e38f354913367e8dbbbb7be45f3ada1692334 | |
parent | 24523f4891204f485d3e7af8fec7a062370392de (diff) | |
download | archiva-a0a6ea792a18d5300bd81d6ca4c950dc38a51f62.tar.gz archiva-a0a6ea792a18d5300bd81d6ca4c950dc38a51f62.zip |
use only maven central for maven dependabot update
Signed-off-by: Olivier Lamy <olamy@apache.org>
-rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6de61b8f..305601772 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" |