Skip to content
Snippets Groups Projects
renovate.json 259 B
{
  "regexManagers": [
    {
      "fileMatch": ["^values.yaml$"],
      "matchStrings": [
        "^.*site:\n.*version: (?<currentValue>.*)\n"
      ],
      "depNameTemplate": "WordPress/WordPress",
      "datasourceTemplate": "github-releases"
    }
  ]
}