This is an automated email from the ASF dual-hosted git repository.
vlsi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 73c5dbba32 chore: group GitHub-maintained actions (actions/*,
github/*) in renovate
73c5dbba32 is described below
commit 73c5dbba3224da52ecf35111d25954f4439e361e
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Tue May 26 12:14:21 2026 +0300
chore: group GitHub-maintained actions (actions/*, github/*) in renovate
Reduces Renovate PR noise by grouping updates to GitHub Actions that are
maintained by GitHub/Microsoft. Third-party actions stay ungrouped so
their update cadence and review context remain independent.
---
renovate.json | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/renovate.json b/renovate.json
index 7401e8a2ac..04e3b63875 100644
--- a/renovate.json
+++ b/renovate.json
@@ -61,6 +61,17 @@
"com.helger{/,}**"
]
},
+ {
+ "groupName": "github official actions",
+ "description": "actions/* and github/* are maintained by
GitHub/Microsoft and can be updated together",
+ "matchManagers": [
+ "github-actions"
+ ],
+ "matchPackageNames": [
+ "actions/**",
+ "github/**"
+ ]
+ },
{
"groupName": "io.burt",
"matchPackageNames": [