This commit is contained in:
Nikolai Rodionov 2025-02-07 12:51:59 +01:00
parent 7771572725
commit 4a47609b14
No known key found for this signature in database
GPG Key ID: 0639A45505F3BFA6

View File

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