{ "$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$", "(^|/)PKGBUILD$", "(^|/)[\\w-]*\\.sh$" ], "matchStrings": [ "(?:=|:)[[:blank:]]*\"?(?[^\"\\s]*)\"? # renovate:(?:[[:blank:]]+datasource=[\"']*(?[^\\s\"']*)['\"]*|[[:blank:]]+depName=['\"]*(?[^\\s'\"]*)['\"]*|[[:blank:]]+packageName=['\"]*(?[^\\s'\"]*)['\"]*|[[:blank:]]+registryUrl=['\"]*(?[^\\s'\"]*)['\"]*|[[:blank:]]+updateType=['\"]*(?[^\\s'\"]*)['\"]*|[[:blank:]]+versioning=['\"]*(?[^\\s'\"]*)['\"]*|[[:blank:]]+extractVersion=['\"]*(?[^\\s'\"]*)['\"]*)*" ] } ] }