1
0
Fork 0

chore: update netlify-cli only weekly

This commit is contained in:
kolaente 2022-01-14 22:20:32 +01:00
parent c7ac81a99f
commit 9446550ce9
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 0 deletions

View File

@ -3,5 +3,11 @@
"labels": ["dependencies"],
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackageNames": ["netlify-cli"],
"extends": ["schedule:weekly"]
}
]
}