mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
dfff74d21c
Change-type: patch Signed-off-by: Kyle Harding <kyle@balena.io>
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"extends": ["github>balena-io/renovate-config"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"enabled": true
|
|
},
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchDepTypes": ["devDependencies"],
|
|
"matchUpdateTypes": ["major"],
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchDepTypes": ["devDependencies"],
|
|
"matchUpdateTypes": ["minor"],
|
|
"matchCurrentVersion": "/^v?0/",
|
|
"automerge": false
|
|
}
|
|
]
|
|
}
|