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

lprimak 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 fb79c84a7 chore: update frequency for dependabot scanning to weekly 
for 2.x and monthly for 1.x
fb79c84a7 is described below

commit fb79c84a78e78d1d2cf96febf78b0ae5fb5e5162
Author: lprimak <[email protected]>
AuthorDate: Fri Nov 14 20:12:30 2025 -0600

    chore: update frequency for dependabot scanning to weekly for 2.x and 
monthly for 1.x
---
 .github/dependabot.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 889ecc1d4..d5f60c839 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,7 +21,7 @@ updates:
   - package-ecosystem: 'maven'
     directory: '/'
     schedule:
-      interval: 'daily'
+      interval: 'weekly'
     open-pull-requests-limit: 50
     ignore:
       - dependency-name: "jakarta.platform:*"
@@ -71,7 +71,7 @@ updates:
     directory: '/'
     target-branch: '1.13.x'
     schedule:
-      interval: 'daily'
+      interval: 'monthly'
     open-pull-requests-limit: 50
     ignore:
       - dependency-name: "jakarta.servlet.*:*"
@@ -110,7 +110,7 @@ updates:
   - package-ecosystem: 'github-actions'
     directory: '/'
     schedule:
-      interval: 'daily'
+      interval: 'weekly'
     open-pull-requests-limit: 10
     groups:
       github-dependencies:
@@ -122,7 +122,7 @@ updates:
     directory: '/'
     target-branch: '1.13.x'
     schedule:
-      interval: 'daily'
+      interval: 'montly'
     open-pull-requests-limit: 10
     groups:
       github-dependencies:

Reply via email to