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/21 07:57:14 UTC

[isis] branch master updated: ISIS-2445: restore 'master' as the PR target

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 ef11888  ISIS-2445: restore 'master' as the PR target
ef11888 is described below

commit ef11888b82217e3d1c2a15585b9c579a3cc85fd8
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Mar 21 08:57:02 2021 +0100

    ISIS-2445: restore 'master' as the PR target
---
 .github/dependabot.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d19fc4b..2a01798 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: "edge"
+    target-branch: "master"
     directory: "/"
     schedule:
       interval: "daily"
 
   # Maintain dependencies for npm
   - package-ecosystem: "npm"
-    target-branch: "edge"
+    target-branch: "master"
     directory: "/"
     schedule:
       interval: "daily"
 
   # Maintain dependencies for Maven
   - package-ecosystem: "maven"
-    target-branch: "edge"
+    target-branch: "master"
     directory: "/" # Location of package manifests
     schedule:
       interval: "daily"
@@ -31,7 +31,7 @@ updates:
 
   # Maintain dependencies for Gradle
   - package-ecosystem: "gradle"
-    target-branch: "edge"
+    target-branch: "master"
     directory: "/" # Location of package manifests
     schedule:
       interval: "daily"