From 0b0d695701dae47636814919f5a243446c4c61de Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 16 Oct 2021 12:10:13 +0200 Subject: [PATCH] Use renovate to update cypress image Signed-off-by: Tilman Vatteroth --- .github/workflows/e2e.yml | 1 + renovate.json | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8b81b8e56..d5f2df62a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -64,6 +64,7 @@ jobs: needs: build-frontend runs-on: ubuntu-latest container: + # renovate: datasource=docker depName=cypress/browsers versioning=docker image: cypress/browsers:node16.5.0-chrome94-ff93 options: --user 1001 --shm-size=2g strategy: diff --git a/renovate.json b/renovate.json index bfba3f0ce..11c90e607 100644 --- a/renovate.json +++ b/renovate.json @@ -83,5 +83,14 @@ "prHourlyLimit": 0, "schedule": [ "on Saturday" + ], + "regexManagers": [ + { + "fileMatch": ["\\.yml$", "\\.yaml$"], + "matchStrings": [ + "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+\\S+:\\s+\"?(?[^\"]*?)\"?\\s" + ], + "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" + } ] }