]> source.dussan.org Git - archiva.git/commitdiff
use only maven central for maven dependabot update
authorOlivier Lamy <olamy@apache.org>
Fri, 15 Apr 2022 01:50:19 +0000 (11:50 +1000)
committerOlivier Lamy <olamy@apache.org>
Fri, 15 Apr 2022 01:50:19 +0000 (11:50 +1000)
Signed-off-by: Olivier Lamy <olamy@apache.org>
.github/dependabot.yml

index b6de61b8f74a32c5b1e308b5ea9180aef8f95cea..3056017725075f9905ca83c77c8b981f31fdcda4 100644 (file)
 # 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"