Loading default.json +3 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ { "customType": "regex", "description": "Update renovate remote includes version", "fileMatch": ["\\.gitlab-ci\\.ya?ml$"], "fileMatch": ["\\.gitlab-ci\\.ya?ml$", "^templates/.+\\.yml$"], "matchStrings": [ "-\\s+remote:\\s+https://gitlab\\.com/renovate-bot/renovate-runner/-/raw/(?<currentValue>v[0-9.]+)/" ], Loading @@ -16,8 +16,8 @@ }, { "customType": "regex", "description": "Update renivate docker references in gitlab variables", "fileMatch": ["\\.gitlab-ci\\.yml$"], "description": "Update renovate docker references in gitlab variables", "fileMatch": ["\\.gitlab-ci\\.yml$", "^templates/.+\\.yml$"], "matchStrings": [ "CI_RENOVATE_IMAGE\\s*:\\s*(?<depName>[^:]+?):(?<currentValue>[a-z0-9.-]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?" ], Loading Loading
default.json +3 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ { "customType": "regex", "description": "Update renovate remote includes version", "fileMatch": ["\\.gitlab-ci\\.ya?ml$"], "fileMatch": ["\\.gitlab-ci\\.ya?ml$", "^templates/.+\\.yml$"], "matchStrings": [ "-\\s+remote:\\s+https://gitlab\\.com/renovate-bot/renovate-runner/-/raw/(?<currentValue>v[0-9.]+)/" ], Loading @@ -16,8 +16,8 @@ }, { "customType": "regex", "description": "Update renivate docker references in gitlab variables", "fileMatch": ["\\.gitlab-ci\\.yml$"], "description": "Update renovate docker references in gitlab variables", "fileMatch": ["\\.gitlab-ci\\.yml$", "^templates/.+\\.yml$"], "matchStrings": [ "CI_RENOVATE_IMAGE\\s*:\\s*(?<depName>[^:]+?):(?<currentValue>[a-z0-9.-]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?" ], Loading