This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/renovate.json
kolaente 9446550ce9
All checks were successful
continuous-integration/drone/push Build is passing
chore: update netlify-cli only weekly
2022-01-14 22:20:32 +01:00

14 lines
255 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["dependencies"],
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackageNames": ["netlify-cli"],
"extends": ["schedule:weekly"]
}
]
}