Skip to content

Commit

Permalink
renovate: remove regex for removed GOLANGCILINT_WANT_VERSION
Browse files Browse the repository at this point in the history
This was removed in favor of using the full docker image reference in
previous commits.

Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Jan 31, 2024
1 parent eb1a051 commit 9d89000
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -434,15 +434,6 @@
"# renovate: datasource=(?<datasource>.*?)\\s+GO_IMAGE[[:blank:]]*=[[:blank:]]*(?<depName>.*?):(?<currentValue>[^\\s@]*)@?(?<currentDigest>sha256:[a-f0-9]+)?",
]
},
{
"customType": "regex",
"fileMatch": [
"^Makefile$"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+GOLANGCILINT_WANT_VERSION[[:blank:]]*=[[:blank:]]*(?<currentValue>[^\\s]*)"
]
},
{
"customType": "regex",
// match all go.mod in all subfolders
Expand Down

0 comments on commit 9d89000

Please sign in to comment.