Commit Graph
2 Commits
Author SHA1 Message Date
volker.raschekandCopilot 095f8b5452 fix(renovate): correct repo name and tighten regex in customManagers
Install yq / install-yq (ubuntu-latest-amd64, amd64, linux) (push) Successful in 6s
Markdown linter / markdown-lint (push) Successful in 31s
Install yq / install-yq (ubuntu-latest-arm64, arm64, linux) (push) Successful in 10s
Markdown linter / markdown-link-checker (push) Successful in 22s
The depName and matchStrings referenced "ah-annotations" (with trailing
's') but the repository is named "ah-annotation". Additionally, the
matchStrings patterns used greedy `.+`/`.*` which could capture trailing
whitespace or YAML content beyond the version string. Replace with
`[^\s"']+` to stop at the first delimiter. Escape the dot in
"volker.raschek" to prevent unintended wildcard matching. Add "uses: "
prefix to match the actual README content.

Co-authored-by: Copilot <copilot@github.com>
2026-08-16 21:15:57 +02:00
volker.raschek 95dba5662e Initial Commit 2026-08-16 21:04:27 +02:00