{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "ignorePaths": ["**/friedhof/**"] "extends": ["config:base"], "packageRules": [ { "description": "blocky", "matchManagers": ["regex"], "matchPackageNames": ["blocky"], "extractVersion": "^blocky_version: (?v[\\d.]+)$", "fileMatch": ["^blocky.yml$"], "datasourceTemplate": "github-tags", "depNameTemplate": "0xERR0R/blocky", // Replace with the correct GitHub repository if different "lookupNameTemplate": "0xERR0R/blocky", "versioningTemplate": "semver" } ], "regexManagers": [ { "fileMatch": ["^blocky.yml$"], "matchStrings": [ "blocky_version: (?v[\\d.]+)" ], "datasourceTemplate": "github-tags", "depNameTemplate": "0xERR0R/blockyy" } ] }