This commit is contained in:
Nikolai Rodionov 2025-02-07 12:41:50 +01:00
parent c49a83aa8f
commit 29431fc241
No known key found for this signature in database
GPG Key ID: 0639A45505F3BFA6

View File

@ -9,7 +9,7 @@
"matchStrings": [ "matchStrings": [
"(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)" "(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)"
], ],
"currentValueTemplate": "main", "currentValueTemplate": "{{ currentDigest }}",
"lookupNameTemplate": "refs/heads/master", "lookupNameTemplate": "refs/heads/master",
"datasourceTemplate": "git-refs", "datasourceTemplate": "git-refs",
"depNameTemplate": "test-source", "depNameTemplate": "test-source",