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/04/10 02:55:49 UTC

[archiva-redback-core] branch redback-2.6.x updated: should run for branch as well

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

olamy pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new a07b32b9 should run for branch as well
a07b32b9 is described below

commit a07b32b9cc090e7edc8d522e97fcdc1a43ac1ed2
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 10 12:55:35 2022 +1000

    should run for branch as well
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/dependabot.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1cc272f7..5d3dc9f9 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,10 +19,24 @@ version: 2
 updates:
   - package-ecosystem: "maven"
     directory: "/"
+    target-branch: "redback-2.6.x"
+    schedule:
+      interval: "daily"
+
+  - package-ecosystem: "maven"
+    directory: "/"
+    target-branch: "master"
+    schedule:
+      interval: "daily"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    target-branch: "master"
     schedule:
       interval: "daily"
 
   - package-ecosystem: "github-actions"
     directory: "/"
+    target-branch: "redback-2.6.x"
     schedule:
       interval: "daily"