This commit is contained in:
Nikolai Rodionov 2025-02-07 11:54:35 +01:00
parent 6d5633cfd7
commit 1acd3a3f1e
No known key found for this signature in database
GPG Key ID: 0639A45505F3BFA6

View File

@ -7,12 +7,11 @@
"helmfile.yaml" "helmfile.yaml"
], ],
"matchStrings": [ "matchStrings": [
"^(?<indentation>\s*-\s*)path: git::(?<repoURL>.*)ref=(?<currentValue>.*)$" "^(?<indentation>\s*-\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)$"
], ],
"depNameTemplate": "test-source", "depNameTemplate": "test-source",
"datasourceTemplate": "github-refs", "datasourceTemplate": "github-refs",
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source", "packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source"
"autoReplaceStringTemplate": "{{indentation}}path: git::"
} }
] ]
} }