diff --git a/common/.github/renovate.json5 b/common/.github/renovate.json5 index f2c166c7b7..4cf489c235 100644 --- a/common/.github/renovate.json5 +++ b/common/.github/renovate.json5 @@ -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+(?.+)\\s*" + ], + "depNameTemplate": "golangci/golangci-lint", + "datasourceTemplate": "github-releases", + "versioningTemplate": "semver-coerced" + } + ], + // Don't examine packages matching these paths "ignorePaths": [ "**/vendor/**",