{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>stackspin/renovate-config" ], "prConcurrentLimit": 2, "regexManagers": [ { "fileMatch": [ "(^|/)values\\.yaml*$" ], "matchStrings": [ "github_repository: (?<depName>.*)\n *version: (?<currentValue>.*)" ], "datasourceTemplate": "github-releases" } ] }