{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "customManagers": [ { "customType": "regex", "fileMatch": [ "(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$", "(^|/)action\\.ya?ml$", "(^|/)Makefile$", "(^|/)[\\w-]*\\.sh$" ], "matchStrings": [ "=\"?(?[^\"\\n]*)\"? # renovate: datasource=(?.*)( registryUrl=(?.*))? depName=(?.*)" ] } ] }