Skip to content

Commit

Permalink
renovate: remove defaults/defaults.go
Browse files Browse the repository at this point in the history
Since the move of the code to cilium/cilium this file doesn't exist anymore.

Signed-off-by: David Bimmler <[email protected]>
  • Loading branch information
bimmlerd committed Jan 22, 2025
1 parent 5a5125c commit f7ee15a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,6 @@
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+_VERSION = (?<currentValue>.*)\\s+.+_SHA = (?<currentDigest>sha256:[a-f0-9]+)"
]
},
{
"fileMatch": [
"^defaults/defaults.go$"
],
// This regex manages image version strings in defaults/defaults.go
// similar to the examples shown here:
// https://docs.renovatebot.com/modules/manager/regex/#advanced-capture
"matchStrings": [
"\/\/ renovate: datasource=(?<datasource>.*?)\\s+.+Image = \"(?<depName>.*):(?<currentValue>.*)@(?<currentDigest>sha256:[a-f0-9]+)\"",
"\/\/ renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+Version = \"(?<currentValue>.*)\""
]
},
{
"fileMatch": [
"^go\\.mod$"
Expand Down

0 comments on commit f7ee15a

Please sign in to comment.