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

index 1cc272f742a884f65414adea7c39ddcce81f6896..3433e92723792edd9384f33b9df9544147c5908b 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"
 
   - package-ecosystem: "github-actions"
     directory: "/"
+    target-branch: "archiva-2.x"
     schedule:
       interval: "daily"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    target-branch: "master"
+    schedule:
+      interval: "daily"
+