From 2001fbcad47aa1d3d5eadceb07d9adf7a2c33bb2 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 16 Aug 2026 21:24:07 +0200 Subject: [PATCH] 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 --- README.md | 4 ++-- renovate.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9e29ade..e78df91 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/renovate.json b/renovate.json index ca56784..b7f0497 100644 --- a/renovate.json +++ b/renovate.json @@ -13,10 +13,10 @@ "^README\\.md$" ], "matchStrings": [ - "uses: volker\\.raschek/ah-annotation@(?[^\\s\"']+)" + "uses: volker\\.raschek/ah-annotations@(?[^\\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",