Skip to content

Commit b5233c4

Browse files
committed
renovate: teach it to update the lint version
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent f8ec0f8 commit b5233c4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/renovate.json5

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
podman run -it \
1414
-v ./.github/renovate.json5:/usr/src/app/renovate.json5:z \
15-
docker.io/renovate/renovate:latest \
15+
ghcr.io/renovatebot/renovate:latest \
1616
renovate-config-validator
1717
3. Commit.
1818
@@ -53,6 +53,19 @@
5353
// Don't leave dep. update. PRs "hanging", assign them to people.
5454
"assignees": ["rhatdan", "vrothberg", "Luap99"],
5555

56+
"customManagers": [
57+
{
58+
"customType": "regex",
59+
"fileMatch": "^.github/workflows/validate.yml$",
60+
"matchStrings": [
61+
"LINT_VERSION:\\s+(?<currentValue>.+)\\s*"
62+
],
63+
"depNameTemplate": "golangci/golangci-lint",
64+
"datasourceTemplate": "github-releases",
65+
"versioningTemplate": "semver-coerced"
66+
}
67+
],
68+
5669
// Don't examine packages matching these paths
5770
"ignorePaths": [
5871
"**/vendor/**",

0 commit comments

Comments
 (0)