Skip to content

Commit

Permalink
renovate: make sure cilium-cli test image versions are updated
Browse files Browse the repository at this point in the history
Migrated from the renovate config in cilium/cilium-cli.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser committed Aug 26, 2024
1 parent 5a3a584 commit b543910
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,15 @@
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?)\\s+.+_REPO:=(?<depName>.*?)\\s+.+_VERSION:=(?<currentValue>.*)\\s+.+_DIGEST:=(?<currentDigest>sha256:[a-f0-9]+)"
]
},
{
"fileMatch": [
"^cilium-cli/defaults/defaults\\.go$"
],
"matchStrings": [
"\/\/ renovate: datasource=(?<datasource>.*?)\\s+.+Image = \"(?<depName>.*):(?<currentValue>.*)@(?<currentDigest>sha256:[a-f0-9]+)\"",
"\/\/ renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+Version = \"(?<currentValue>.*)\""
]
}
]
}

0 comments on commit b543910

Please sign in to comment.