From 6b3698c1311280adbb7d6c8cbda9dd4dd2bc8015 Mon Sep 17 00:00:00 2001 From: FML128 Date: Sun, 26 Jan 2025 10:45:44 +0100 Subject: [PATCH] Update default.json --- default.json | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/default.json b/default.json index 8ec71b2..f56b6d2 100644 --- a/default.json +++ b/default.json @@ -1,20 +1,19 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>FML128/renovate-config" - ], - "customManagers": [ - { - "description": "idkyet updater", - "customType": "regex", - "fileMatch": [ - "^.+\\.ya?ml$" - ], - "matchStrings": [ - "previous_layer: (?[^:]+):(?[^\\s]+)" - ], - "datasourceTemplate": "docker", - "versioningTemplate": "docker" - } - ] -} + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>FML128/renovate-config" + ], + "customManagers": [ + { + "description": "idkyet updater", + "customType": "regex", + "fileMatch": [ + "^.+\\.ya?ml$" + ], + "matchStrings": [ + "previous_layer: (?[^:]+):(?[^\\s]+)" + ], + "datasourceTemplate": "docker" + } + ] +} \ No newline at end of file