chore: update browserslist at most weekly and group it

This commit is contained in:
kolaente 2022-06-07 20:14:41 +02:00
parent a843536862
commit c7fb8fc7f2
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,12 @@
],
"packageRules": [
{
"matchPackageNames": ["netlify-cli", "caniuse-lite"],
"matchPackageNames": ["netlify-cli"],
"extends": ["schedule:weekly"]
},
{
"groupName": "caniuse-and-related",
"matchPackageNames": ["caniuse-lite", "browserslist"],
"extends": ["schedule:weekly"]
},
{