You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2023/06/12 22:35:38 UTC

[shiro] branch main updated: Update dependabot for 1.x branch

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

bdemers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 44f3d9ffe Update dependabot for 1.x branch
44f3d9ffe is described below

commit 44f3d9ffef953cc736c03d0f0c7968083007f8b9
Author: Brian Demers <bd...@apache.org>
AuthorDate: Mon Jun 12 18:35:13 2023 -0400

    Update dependabot for 1.x branch
---
 .github/dependabot.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8f8f169cc..16ddc00f9 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,10 +24,10 @@ updates:
       interval: 'daily'
     open-pull-requests-limit: 50
 
-  # Dependencies for Maven - on 1.11.x
+  # Dependencies for Maven - on 1.12.x
   - package-ecosystem: 'maven'
     directory: '/'
-    target-branch: '1.11.x'
+    target-branch: '1.12.x'
     schedule:
       interval: 'daily'
     open-pull-requests-limit: 50
@@ -39,10 +39,10 @@ updates:
       interval: 'daily'
     open-pull-requests-limit: 10
 
-  # Dependencies for GitHub Actions - on 1.11.x
+  # Dependencies for GitHub Actions - on 1.12.x
   - package-ecosystem: 'github-actions'
     directory: '/'
-    target-branch: '1.11.x'
+    target-branch: '1.12.x'
     schedule:
       interval: 'daily'
     open-pull-requests-limit: 10