mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
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:
parent
db6276e019
commit
963a70dc3b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:base",
|
||||
"config:js-app",
|
||||
"group:definitelyTyped",
|
||||
"group:socketio",
|
||||
"group:linters",
|
||||
|
|
Loading…
Reference in a new issue