kubevirt-flux/renovate.json5

20 lines
525 B
Text
Raw Normal View History

2024-07-02 22:45:30 -05:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"semanticCommits": "enabled",
"assignees": ["jahanson"],
"customManagers": [
{
"customType": "regex",
"description": [
"Process custom dependencies"
],
"fileMatch": [
"(^|/).forgejo/.+\\.ya?ml$"
],
"matchStrings": [
"(?m:# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)\\n.+?: \"?(?<currentValue>\\S+?)\"?$)"
]
}
]
}