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