diff --git a/default.json b/default.json new file mode 100644 index 0000000..3654dba --- /dev/null +++ b/default.json @@ -0,0 +1,20 @@ +{ + "$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": "gitea-tags", + "versioningTemplate": "loose" + } + ] +}