You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/03/10 09:31:10 UTC

[isis] branch master updated: dependabot target 'edge' branch

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac6dc42  dependabot target 'edge' branch
ac6dc42 is described below

commit ac6dc4288db14f899a1f92391ead600714d740f0
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Mar 10 10:31:04 2021 +0100

    dependabot target 'edge' branch
---
 .github/dependabot.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index cbf42f8..d19fc4b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -8,21 +8,21 @@ updates:
 
   # Maintain dependencies for GitHub Actions
   - package-ecosystem: "github-actions"
-    target-branch: "post-m5-release"
+    target-branch: "edge"
     directory: "/"
     schedule:
       interval: "daily"
 
   # Maintain dependencies for npm
   - package-ecosystem: "npm"
-    target-branch: "post-m5-release"
+    target-branch: "edge"
     directory: "/"
     schedule:
       interval: "daily"
 
   # Maintain dependencies for Maven
   - package-ecosystem: "maven"
-    target-branch: "post-m5-release"
+    target-branch: "edge"
     directory: "/" # Location of package manifests
     schedule:
       interval: "daily"
@@ -31,7 +31,7 @@ updates:
 
   # Maintain dependencies for Gradle
   - package-ecosystem: "gradle"
-    target-branch: "post-m5-release"
+    target-branch: "edge"
     directory: "/" # Location of package manifests
     schedule:
       interval: "daily"