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

This commit is contained in:
Tom
2022-05-25 12:05:25 -05:00
committed by GitHub
parent 63439b4525
commit 75241dae15
+5
View File
@@ -13,6 +13,11 @@
], ],
"enabled": false "enabled": false
}, },
{
"groupName": "Cypress",
"matchPackageNames": ["@testing-library/cypress", "cypress"],
"automerge": true
},
{ {
"matchPackageNames": ["normalize-url"], "matchPackageNames": ["normalize-url"],
"allowedVersions": "<5.0.0" "allowedVersions": "<5.0.0"