From 9e83191d6962c349d0dc058f3fbffbca135fa7c3 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 25 May 2024 20:03:14 +0200 Subject: [PATCH] ss --- renovate.json | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/renovate.json b/renovate.json index adf086ba..e511676d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,23 +1,19 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], - "ignorePaths": ["**/friedhof/**"], -"regexManagers": [ - { - "fileMatch": ["blocky.yml$"], - "matchStrings": [ - "blocky_version: (?v[\\d.]+)" - ], - "datasourceTemplate": "github-releases", - "depNameTemplate": "0xERR0R/blocky", - } - ], - "packageRules": [ - { - "matchDatasources": ["github-releases"], - "matchDepNames": ["0xERR0R/blocky"], - "matchUpdateTypes": ["minor", "patch"], - "automerge": true - } - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "ignorePaths": ["**/friedhof/**"], + "regexManagers": [{ + "fileMatch": ["blocky.yml$"], + "matchStrings": [ + "blocky_version: (?v[\\d.]+)" + ], + "datasourceTemplate": "github-releases", + "depNameTemplate": "0xERR0R/blocky" + }], + "packageRules": [{ + "matchDatasources": ["github-releases"], + "matchDepNames": ["0xERR0R/blocky"], + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + }] }