Skip to content

Commit

Permalink
ci: let renovate handle deps updates in integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Jul 14, 2023
1 parent 57237a0 commit bc96394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
// similar to the examples shown here:
// https://docs.renovatebot.com/modules/manager/regex/#advanced-capture
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+version: +['\"]?(?<currentValue>[^\\s'\"]+)['\"]?"
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+(?:version|VERSION): +['\"]?(?<currentValue>[^\\s'\"]+)['\"]?"
]
},
{
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ concurrency:
cancel-in-progress: true

env:
# renovate: datasource=github-releases depName=helm/helm
HELM_VERSION: v3.10.3
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
KIND_VERSION: v0.17.0
KIND_CONFIG: .github/kind-config.yaml
# renovate: datasource=github-releases depName=cilium/cilium
CILIUM_VERSION: 1.12.5
CILIUM_VALUES: .github/cilium-values.yaml

Expand Down

0 comments on commit bc96394

Please sign in to comment.