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" + } ] }