feat: group cypress deps in renovate config (#46150)

pull/46150/merge
Tom 2022-05-25 12:05:25 -05:00 committed by GitHub
parent 63439b4525
commit 75241dae15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@
],
"enabled": false
},
{
"groupName": "Cypress",
"matchPackageNames": ["@testing-library/cypress", "cypress"],
"automerge": true
},
{
"matchPackageNames": ["normalize-url"],
"allowedVersions": "<5.0.0"