Merge pull request #2273 from balena-os/kyle/renovate-npm

Enable npm package management via Renovate
This commit is contained in:
Page- 2024-04-15 11:39:24 +01:00 committed by GitHub
commit a1b8ad5047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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