fix(renovate): align depName with actual repository name "ah-annotations"
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 7s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 11s
Markdown linter / markdown-link-checker (push) Successful in 21s
Markdown linter / markdown-lint (push) Successful in 31s

Update README examples and renovate customManagers to reference
"ah-annotations" (with trailing 's') matching the repository name on
git.cryptic.systems.

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-08-16 21:24:07 +02:00
co-authored by Copilot
parent 61f9bd79a0
commit 2001fbcad4
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: volker.raschek/ah-annotation@v1
- uses: volker.raschek/ah-annotations@v1
```
### Explicit tags
@@ -29,7 +29,7 @@ steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: volker.raschek/ah-annotation@v1.0.0
- uses: volker.raschek/ah-annotations@v1.0.0
with:
old-tag: v1.0.0
new-tag: v2.0.0
+4 -4
View File
@@ -13,10 +13,10 @@
"^README\\.md$"
],
"matchStrings": [
"uses: volker\\.raschek/ah-annotation@(?<currentValue>[^\\s\"']+)"
"uses: volker\\.raschek/ah-annotations@(?<currentValue>[^\\s\"']+)"
],
"depNameTemplate": "volker.raschek/ah-annotation",
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/ah-annotation",
"depNameTemplate": "volker.raschek/ah-annotations",
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/ah-annotations",
"datasourceTemplate": "git-tags",
"versioningTemplate": "semver"
},
@@ -41,7 +41,7 @@
],
"automerge": true,
"matchDepNames": [
"volker.raschek/ah-annotation"
"volker.raschek/ah-annotations"
],
"matchUpdateTypes": [
"major",