ci: Set up renovate manager for versions.yaml

This commit is contained in:
bo0tzz
2023-12-09 14:07:53 +00:00
parent 430dc5a963
commit c6f0c3744b
2 changed files with 13 additions and 0 deletions

View File

@@ -2,5 +2,14 @@
"$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"
]
}
]
}