1
0
Fork 0
mirror of https://gitlab.com/renovate-bot/renovate-runner.git synced 2025-04-18 06:48:22 +02:00

feat(preset): enable updating renovate in CI components (renovate-bot/renovate-runner!3298)

This commit is contained in:
Nejc Habjan 2025-02-18 22:11:59 +00:00 committed by Michael Kriese
parent 0887c394ae
commit c66ac3008a

View file

@ -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.]+)/"
],
@ -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]+))?"
],