fix(renovate): add packageNameTemplate for git-tags datasource
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 8s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 12s
Markdown linter / markdown-link-checker (push) Successful in 21s
Markdown linter / markdown-lint (push) Successful in 29s
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 8s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 12s
Markdown linter / markdown-link-checker (push) Successful in 21s
Markdown linter / markdown-lint (push) Successful in 29s
The git-tags datasource requires a resolvable Git URL to fetch tags. Without packageNameTemplate, Renovate attempts to use the depName "volker.raschek/ah-annotation" as a URL, which fails for non-GitHub repositories. Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
"uses: volker\\.raschek/ah-annotation@(?<currentValue>[^\\s\"']+)"
|
"uses: volker\\.raschek/ah-annotation@(?<currentValue>[^\\s\"']+)"
|
||||||
],
|
],
|
||||||
"depNameTemplate": "volker.raschek/ah-annotation",
|
"depNameTemplate": "volker.raschek/ah-annotation",
|
||||||
|
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/ah-annotation",
|
||||||
"datasourceTemplate": "git-tags",
|
"datasourceTemplate": "git-tags",
|
||||||
"versioningTemplate": "semver"
|
"versioningTemplate": "semver"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user