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>
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>volker.raschek/renovate-config:default#master",
|
|
"local>volker.raschek/renovate-config:actions#master",
|
|
"local>volker.raschek/renovate-config:npm#master",
|
|
"local>volker.raschek/renovate-config:regexp#master"
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
"^README\\.md$"
|
|
],
|
|
"matchStrings": [
|
|
"uses: volker\\.raschek/ah-annotation@(?<currentValue>[^\\s\"']+)"
|
|
],
|
|
"depNameTemplate": "volker.raschek/ah-annotation",
|
|
"datasourceTemplate": "git-tags",
|
|
"versioningTemplate": "semver"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
"^README\\.md$"
|
|
],
|
|
"matchStrings": [
|
|
"uses: actions/checkout@(?<currentValue>[^\\s\"']+)"
|
|
],
|
|
"depNameTemplate": "actions/checkout",
|
|
"datasourceTemplate": "github-releases",
|
|
"versioningTemplate": "semver"
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"addLabels": [
|
|
"renovate/automerge",
|
|
"renovate/documentation"
|
|
],
|
|
"automerge": true,
|
|
"matchDepNames": [
|
|
"volker.raschek/ah-annotation"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"major",
|
|
"minor",
|
|
"patch"
|
|
]
|
|
}
|
|
],
|
|
"postUpgradeTasks": {
|
|
"commands": [
|
|
"install-tool node",
|
|
"make readme"
|
|
],
|
|
"fileFilters": [
|
|
"README.md"
|
|
],
|
|
"executionMode": "update"
|
|
}
|
|
}
|