From 3f9e0b0a3859e9809c11bb2c0f2548ae164b9fef Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Mon, 27 Jan 2025 18:26:05 -0500 Subject: [PATCH] chore: exclude github actions from batching with minor updates --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index a1dad3488..2f6ff17e0 100644 --- a/renovate.json +++ b/renovate.json @@ -27,6 +27,10 @@ { "matchPackageNames": ["assemblyscript"], "enabled": false + }, + { + "matchManagers": ["github-actions"], + "groupName": null } ] }