This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_10x in repository https://gitbox.apache.org/repos/asf/solr.git
commit c3a4a64a14283857c8560eaa3efac7a21806e719 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) (cherry picked from commit 75af0f61bf9ae9dfd77ded6c86bdeae7a81a3ae2) --- .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"],
