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

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


The following commit(s) were added to refs/heads/main by this push:
     new 78ae12d82 Optimize Dependabot by using `groups` for `github-actions` 
ecosystem (#247)
78ae12d82 is described below

commit 78ae12d8276da77c061377737f50c871167d4ef8
Author: John Bampton <[email protected]>
AuthorDate: Wed Nov 5 19:40:29 2025 +1000

    Optimize Dependabot by using `groups` for `github-actions` ecosystem (#247)
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b7f943dc3..266ee4bda 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -39,3 +39,7 @@ updates:
     schedule:
       interval: 'daily'
     open-pull-requests-limit: 10
+    groups:
+      github-dependencies:
+        patterns:
+          - '*'

Reply via email to