mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 06:57:49 +00:00
23c2f6ddf1
Settings are inherited from balena-io/renovate-config Change-type: patch Signed-off-by: Kyle Harding <kyle@balena.io>
10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"extends": ["github>balena-io/renovate-config"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"enabled": true
|
|
}
|
|
]
|
|
}
|