mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -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",
|
"datasourceTemplate": "npm",
|
||||||
"depNameTemplate": "yjs"
|
"depNameTemplate": "yjs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fileMatch": [
|
||||||
|
"package.json"
|
||||||
|
],
|
||||||
|
"matchStrings": [
|
||||||
|
"@dicebear/converter@(?:npm%3A)?(?<currentValue>[\\d\\.]+)"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "npm",
|
||||||
|
"depNameTemplate": "@dicebear/converter"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue