Enable npm package management via Renovate

Settings are inherited from balena-io/renovate-config

Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
Kyle Harding 2024-04-12 13:56:32 -04:00 committed by Page-
parent 7222c87b8d
commit 23c2f6ddf1

View File

@ -1,3 +1,9 @@
{
"extends": ["github>balena-io/renovate-config"]
"extends": ["github>balena-io/renovate-config"],
"packageRules": [
{
"matchManagers": ["npm"],
"enabled": true
}
]
}