{ "$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:(?:[\\s]+datasource=[\"']*(?[^\\s\"']*)['\"]*|[\\s]+depName=['\"]*(?[^\\s'\"]*)['\"]*|[\\s]+registryUrl=['\"]*(?[^\\s'\"]*)['\"]*|[\\s]+versioning=['\"]*(?[^\\s'\"]*)['\"]*|[\\s]+extractVersion=['\"]*(?[^\\s'\"]*)['\"]*)*" ] } ] }