{
  "regexManagers": [
    {
      "fileMatch": ["flux2/.+release\\.yaml$"],
      "matchStrings": [
        "registryUrl=(?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *version: (?<currentValue>.*)\n"
      ],
      "datasourceTemplate": "helm"
    }
  ],
  "pip-compile": {
    "fileMatch": ["^requirements\\.in$", "^docs/requirements\\.in$"]
  }
}