chore: update browserslist at most weekly and group it
This commit is contained in:
parent
a843536862
commit
c7fb8fc7f2
1 changed files with 6 additions and 1 deletions
|
@ -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"]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue