From 231fe059ce700cd79260c68489333a89c435485a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 25 May 2024 19:13:38 +0200 Subject: [PATCH] blocky renoevate --- renovate.json | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 89f24d64..b05f3074 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,29 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], - "ignorePaths": ["**/friedhof/**"] + "$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" + } + ] }