diff --git a/renovate.json b/renovate.json index 00e7309c..9b74bd06 100644 --- a/renovate.json +++ b/renovate.json @@ -57,6 +57,12 @@ "matchUpdateTypes": ["minor", "patch"], "groupName": "github-actions-non-major" }, + { + "description": "Batch patch-level Node.js dependency updates", + "matchManagers": ["npm"], + "matchUpdateTypes": ["patch"], + "groupName": "node-patch-updates" + }, { "description": "Pin forgejo artifact actions to prevent breaking changes", "matchManagers": ["github-actions"],