Commit 6d87366f authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Merge branch 'renovate/configure' into 'main'

chore: Configure Renovate

See merge request to-be-continuous/dotnet!3
parents 1d64285f 3a0410b6
Loading
Loading
Loading
Loading

renovate.json

0 → 100644
+32 −0
Original line number Diff line number Diff line
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended",
    ":dependencyDashboard"
  ],
  "labels": [
    "dependencies"
  ],
  "customManagers": [
    {
      "customType": "regex",
      "managerFilePatterns": [
        "\\.gitlab-ci\\.ya?ml$"
      ],
      "matchStrings": [
        "\\s?_IMAGE:\\s['\"](?<registryUrls>.*?)\\/(?<depName>.*?):(?<currentValue>.*)['\"]"
      ],
      "datasourceTemplate": "docker"
    },
    {
      "customType": "regex",
      "managerFilePatterns": [
        "\\.gitlab-ci\\.ya?ml$"
      ],
      "matchStrings": [
        "\\s?image:\\s['\"](?<registryUrls>.*?)\\/(?<depName>.*?):(?<currentValue>.*)['\"]"
      ],
      "datasourceTemplate": "docker"
    }
  ]
}