Commit c66ac300 authored by Nejc Habjan's avatar Nejc Habjan Committed by Michael Kriese
Browse files

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

parent 0887c394
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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]+))?"
      ],