mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
fix: add dicebear/converter patch fix to renovate.json
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
5a97d48763
commit
65f86a283a
1 changed files with 10 additions and 0 deletions
|
@ -138,6 +138,16 @@
|
|||
],
|
||||
"datasourceTemplate": "npm",
|
||||
"depNameTemplate": "yjs"
|
||||
},
|
||||
{
|
||||
"fileMatch": [
|
||||
"package.json"
|
||||
],
|
||||
"matchStrings": [
|
||||
"@dicebear/converter@(?:npm%3A)?(?<currentValue>[\\d\\.]+)"
|
||||
],
|
||||
"datasourceTemplate": "npm",
|
||||
"depNameTemplate": "@dicebear/converter"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue