Commit 3c970663 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'master' into 'master'

replace fileMatch with managerFilePatterns

Closes #13

See merge request to-be-continuous/renovate!21
parents 689f2fcd 9aee6ec9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -91,13 +91,13 @@ The default [onboarding configuration](https://docs.renovatebot.com/self-hosted-
  "customManagers": [
    {
      "customType": "regex",
      "fileMatch": [ "\\.gitlab-ci\\.ya?ml$" ], 
      "managerFilePatterns": [ "\\.gitlab-ci\\.ya?ml$" ], 
      "matchStrings": [ "\\s?_IMAGE:\\s['\"](?<registryUrls>.*?)\\/(?<depName>.*?):(?<currentValue>.*)['\"]" ], 
      "datasourceTemplate": "docker" 
    },
    {
      "customType": "regex",
      "fileMatch": [ "\\.gitlab-ci\\.ya?ml$" ], 
      "managerFilePatterns": [ "\\.gitlab-ci\\.ya?ml$" ], 
      "matchStrings": [ "\\s?image:\\s['\"](?<registryUrls>.*?)\\/(?<depName>.*?):(?<currentValue>.*)['\"]" ], 
      "datasourceTemplate": "docker" 
    }
+4 −4
Original line number Diff line number Diff line
@@ -41,13 +41,13 @@ spec:
          "customManagers": [
            {
              "customType": "regex",
              "fileMatch": [ "\\.gitlab-ci\\.ya?ml$" ], 
              "managerFilePatterns": [ "\\.gitlab-ci\\.ya?ml$" ], 
              "matchStrings": [ "\\s?_IMAGE:\\s['\"](?<registryUrls>.*?)\\/(?<depName>.*?):(?<currentValue>.*)['\"]" ], 
              "datasourceTemplate": "docker" 
            },
            {
              "customType": "regex",
              "fileMatch": [ "\\.gitlab-ci\\.ya?ml$" ], 
              "managerFilePatterns": [ "\\.gitlab-ci\\.ya?ml$" ], 
              "matchStrings": [ "\\s?image:\\s['\"](?<registryUrls>.*?)\\/(?<depName>.*?):(?<currentValue>.*)['\"]" ], 
              "datasourceTemplate": "docker" 
            }