aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml10
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"