feat: make renovate group all monaco packages (#43652)

react-monaco-editor depends on specific monaco-editor versions, so this
makes sure they're all updated in the same renovate PR
This commit is contained in:
Oliver Eyton-Williams
2021-10-01 10:29:28 +02:00
committed by GitHub
parent 3e1369f892
commit eb6d3e214f

View File

@ -14,7 +14,7 @@
},
{
"groupName": "Monaco Editor",
"matchPackageNames": ["monaco-editor", "monaco-editor-webpack-plugin"]
"matchPackageNames": ["monaco-editor", "monaco-editor-webpack-plugin", "react-monaco-editor"]
},
{
"matchPackageNames": ["normalize-url"],