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