This commit is contained in:
Nikolai Rodionov 2025-02-07 11:35:14 +01:00
parent 88754651ce
commit 84b7ad96e6
No known key found for this signature in database
GPG Key ID: 0639A45505F3BFA6

18
renovate.json Normal file
View File

@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"helmfile.yaml"
],
"matchStrings": [
"^(?<indentation>\s*-\s*)path: git::(?<repoURL>.*)ref=(?<ref>.*)$"
],
"depNameTemplate": "test-source",
"datasourceTemplate": "github-refs",
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
"autoReplaceStringTemplate": "{{indentation}}path: git::"
}
]
}