Skip to content
Snippets Groups Projects
renovate.json 477 B
{
    "$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"
        }
    ]
}