fix: configure renovate to pin yjs patch

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-06-16 21:25:29 +02:00
parent ac825edbe3
commit a9d88dbd12

View file

@ -128,6 +128,16 @@
],
"datasourceTemplate": "node",
"depNameTemplate": "node version in workflows"
},
{
"fileMatch": [
"package.json"
],
"matchStrings": [
"yjs@(?:npm%3A)?(?<currentValue>[\\d\\.]+)"
],
"datasourceTemplate": "npm",
"depNameTemplate": "yjs"
}
]
}