{ "$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_id:\\s(?https?://[^/:]+)/(?[^:]+\\/[^:]+)\\/[^:]+:(?\\S+)" ], "datasourceTemplate": "gitea-tags", "versioningTemplate": "loose" } ] }