fix(renovate): align depName with actual repository name "ah-annotations"
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:
@@ -17,7 +17,7 @@ steps:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: volker.raschek/ah-annotation@v1
|
- uses: volker.raschek/ah-annotations@v1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Explicit tags
|
### Explicit tags
|
||||||
@@ -29,7 +29,7 @@ steps:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: volker.raschek/ah-annotation@v1.0.0
|
- uses: volker.raschek/ah-annotations@v1.0.0
|
||||||
with:
|
with:
|
||||||
old-tag: v1.0.0
|
old-tag: v1.0.0
|
||||||
new-tag: v2.0.0
|
new-tag: v2.0.0
|
||||||
|
|||||||
+4
-4
@@ -13,10 +13,10 @@
|
|||||||
"^README\\.md$"
|
"^README\\.md$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"uses: volker\\.raschek/ah-annotation@(?<currentValue>[^\\s\"']+)"
|
"uses: volker\\.raschek/ah-annotations@(?<currentValue>[^\\s\"']+)"
|
||||||
],
|
],
|
||||||
"depNameTemplate": "volker.raschek/ah-annotation",
|
"depNameTemplate": "volker.raschek/ah-annotations",
|
||||||
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/ah-annotation",
|
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/ah-annotations",
|
||||||
"datasourceTemplate": "git-tags",
|
"datasourceTemplate": "git-tags",
|
||||||
"versioningTemplate": "semver"
|
"versioningTemplate": "semver"
|
||||||
},
|
},
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchDepNames": [
|
"matchDepNames": [
|
||||||
"volker.raschek/ah-annotation"
|
"volker.raschek/ah-annotations"
|
||||||
],
|
],
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"major",
|
"major",
|
||||||
|
|||||||
Reference in New Issue
Block a user