renovate: teach it to update the lint version
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
4319ff8c26
commit
594e9b8330
common/.github
|
@ -12,7 +12,7 @@
|
|||
|
||||
podman run -it \
|
||||
-v ./.github/renovate.json5:/usr/src/app/renovate.json5:z \
|
||||
docker.io/renovate/renovate:latest \
|
||||
ghcr.io/renovatebot/renovate:latest \
|
||||
renovate-config-validator
|
||||
3. Commit.
|
||||
|
||||
|
@ -53,6 +53,19 @@
|
|||
// Don't leave dep. update. PRs "hanging", assign them to people.
|
||||
"assignees": ["rhatdan", "vrothberg", "Luap99"],
|
||||
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": "^.github/workflows/validate.yml$",
|
||||
"matchStrings": [
|
||||
"LINT_VERSION:\\s+(?<currentValue>.+)\\s*"
|
||||
],
|
||||
"depNameTemplate": "golangci/golangci-lint",
|
||||
"datasourceTemplate": "github-releases",
|
||||
"versioningTemplate": "semver-coerced"
|
||||
}
|
||||
],
|
||||
|
||||
// Don't examine packages matching these paths
|
||||
"ignorePaths": [
|
||||
"**/vendor/**",
|
||||
|
|
Loading…
Reference in New Issue