Skip to content

Commit 1cefc13

Browse files
authored
Remove dead go-install custom manager from Renovate config (#762)
The custom manager matching `go install <module>@<version>` lines in Dockerfiles no longer matches anything. Its only match was the aws-iam-authenticator install in `docker/pulumi/Dockerfile`, which was switched to release binaries in #736. All remaining version pins use the `# renovate:` inline-comment manager instead.
1 parent f07d878 commit 1cefc13

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

renovate.json5

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66
'default:pinDigestsDisabled',
77
],
88
customManagers: [
9-
// Update `go install <module>@<version>` lines in Dockerfiles.
10-
{
11-
customType: 'regex',
12-
managerFilePatterns: [
13-
'/(^|/)Dockerfile$/',
14-
],
15-
matchStrings: [
16-
'go install (?<depName>[^\\s@]+)@(?<currentValue>v\\S+)',
17-
],
18-
datasourceTemplate: 'go',
19-
},
209
// Update `ENV <NAME>_VERSION <version>` lines in Dockerfiles when
2110
// preceded by a Renovate inline comment of the form:
2211
// # renovate: datasource=<ds> depName=<name> [extractVersion=<re>]

0 commit comments

Comments
 (0)