Configure Renovate to pin versions

The `config:base` preset does not pin versions in package.json.
This switches to the `config:js-app` preset, which enables this feature.

See https://docs.renovatebot.com/presets-config

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2023-06-04 16:58:03 +02:00
parent db6276e019
commit 963a70dc3b

View file

@ -1,6 +1,6 @@
{
"extends": [
"config:base",
"config:js-app",
"group:definitelyTyped",
"group:socketio",
"group:linters",