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

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:
2026-08-16 21:18:26 +02:00
co-authored by Copilot
parent 5ab3601790
commit 61f9bd79a0
+1
View File
@@ -16,6 +16,7 @@
"uses: volker\\.raschek/ah-annotation@(?<currentValue>[^\\s\"']+)"
],
"depNameTemplate": "volker.raschek/ah-annotation",
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/ah-annotation",
"datasourceTemplate": "git-tags",
"versioningTemplate": "semver"
},