mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
fix: configure renovate to pin yjs patch
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
ac825edbe3
commit
a9d88dbd12
1 changed files with 10 additions and 0 deletions
|
@ -128,6 +128,16 @@
|
|||
],
|
||||
"datasourceTemplate": "node",
|
||||
"depNameTemplate": "node version in workflows"
|
||||
},
|
||||
{
|
||||
"fileMatch": [
|
||||
"package.json"
|
||||
],
|
||||
"matchStrings": [
|
||||
"yjs@(?:npm%3A)?(?<currentValue>[\\d\\.]+)"
|
||||
],
|
||||
"datasourceTemplate": "npm",
|
||||
"depNameTemplate": "yjs"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue