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:
parent
0887c394ae
commit
c66ac3008a
1 changed files with 3 additions and 3 deletions
|
@ -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]+))?"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue