You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/02/16 11:01:39 UTC

[archiva] branch master updated: dependabot for branch archiva-2.x as well

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 3feca72  dependabot for branch archiva-2.x as well
3feca72 is described below

commit 3feca72bdc985dd62f84dee23b619d19673b4450
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Wed Feb 16 21:01:32 2022 +1000

    dependabot for branch archiva-2.x as well
---
 .github/dependabot.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1cc272f..2057a6a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,8 +19,15 @@ version: 2
 updates:
   - package-ecosystem: "maven"
     directory: "/"
+    target-branch: "master"
     schedule:
       interval: "daily"
+      
+  - package-ecosystem: "maven"
+    directory: "/"
+    target-branch: "archiva-2.x"
+    schedule:
+      interval: "daily"      
 
   - package-ecosystem: "github-actions"
     directory: "/"