18 lines
750 B
JSON
18 lines
750 B
JSON
{
|
|
"$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": [
|
|
"=\"?(?<currentValue>[^\"\\n]*)\"? # renovate:(?:[\\s]+datasource=[\"']*(?<datasource>[^\\s\"']*)['\"]*|[\\s]+depName=['\"]*(?<depName>[^\\s'\"]*)['\"]*|[\\s]+registryUrl=['\"]*(?<registryUrl>[^\\s'\"]*)['\"]*|[\\s]+versioning=['\"]*(?<versioning>[^\\s'\"]*)['\"]*|[\\s]+extractVersion=['\"]*(?<extractVersion>[^\\s'\"]*)['\"]*)*"
|
|
]
|
|
}
|
|
]
|
|
} |