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

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


The following commit(s) were added to refs/heads/main by this push:
     new 75af0f61bf9 Group github actions upgrades together in a renovate group 
(#4567)
75af0f61bf9 is described below

commit 75af0f61bf9ae9dfd77ded6c86bdeae7a81a3ae2
Author: Jan Høydahl <[email protected]>
AuthorDate: Mon Jun 29 23:14:40 2026 +0200

    Group github actions upgrades together in a renovate group (#4567)
---
 .github/renovate.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/renovate.json b/.github/renovate.json
index 2a96c8b3706..bd5ff8f4c5f 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -99,6 +99,12 @@
       "description": "Group these UI dependency upgrades together in same PR",
       "matchPackagePrefixes": ["com.arkivanov", "org.jetbrains.compose"],
       "groupName": "Admin UI libraries"
+    },
+    {
+      "description": "Group all GitHub Actions upgrades together in same PR, 
checked once per month",
+      "matchManagers": ["github-actions"],
+      "groupName": "GitHub Actions",
+      "schedule": ["before 9am on the first day of the month"]
     }
   ],
   "schedule": ["* * * * 0"],

Reply via email to