From 766b5aac803c8b2c091bf890966ce0f18d54a463 Mon Sep 17 00:00:00 2001 From: Carlo Beltrame Date: Thu, 21 Jan 2021 15:55:54 +0100 Subject: [PATCH] Tell renovate about the cypress/included docker image version used in CI --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index f4ccd39b88..7b5261d89a 100644 --- a/renovate.json +++ b/renovate.json @@ -12,5 +12,12 @@ "updateTypes": ["minor", "patch", "pin", "digest"], "automerge": true } + ], + "regexManagers": [ + { + "fileMatch": ["^.github/workflows/continuous-integration.yml$"], + "matchStrings": ["(?cypress/included):(?[0-9.]+)\n"], + "datasourceTemplate": "docker" + } ] }