summaryrefslogtreecommitdiffstats
path: root/ansible_collections/hetzner/hcloud/renovate.json
blob: 94c5bd199943e4121a33932299f6f68b0551c3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["github>hetznercloud/.github//renovate/default"],
  "regexManagers": [
    {
      "fileMatch": ["^scripts/vendor.py$"],
      "matchStrings": ["HCLOUD_VERSION = \"v(?<currentValue>.*)\""],
      "datasourceTemplate": "pypi",
      "depNameTemplate": "hcloud"
    }
  ]
}