File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
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/**" ,
You can’t perform that action at this time.
0 commit comments