You've already forked renovate-config
Initial Commit
This commit is contained in:
17
regexp.json
Normal file
17
regexp.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"$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": [
|
||||
"=\"?(?<currentValue>[^\"\\n]*)\"? # renovate: datasource=(?<datasource>.*) registryUrl=(?<registryUrl>.*) depName=(?<depName>.*)"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user