From 9beb788d7b071ca2c99fad5114f6269345f7e0de Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Sat, 12 Jun 2021 09:41:21 +0200 Subject: [PATCH] chore: group together monaco-editor and plugin (#42443) This should get renovate to create PRs where both are modified. --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index a79d09e7af..459155b21e 100644 --- a/renovate.json +++ b/renovate.json @@ -11,6 +11,10 @@ "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "matchCurrentVersion": "!/^0/", "automerge": true + }, + { + "groupName": "Monaco Editor", + "matchPackageNames": ["monaco-editor", "monaco-editor-webpack-plugin"] } ], "ignorePaths": [