chore: update browserslist at most weekly and group it
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a843536862
commit
c7fb8fc7f2
@ -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"]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user