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
pull/43655/head
Oliver Eyton-Williams 2021-10-01 10:29:28 +02:00 committed by GitHub
parent 3e1369f892
commit eb6d3e214f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"],