Files
cloudnative-vectorchord-pgv…/renovate.json
2023-12-09 14:07:53 +00:00

16 lines
345 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^versions.yaml$"],
"matchStrings": [
"datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.*?\"(?<currentValue>.*)\"\\n"
]
}
]
}