Custom Managers
This commit is contained in:
parent
60e82d8864
commit
87145f2ba4
1 changed files with 12 additions and 0 deletions
|
@ -5,6 +5,18 @@
|
|||
"labels": [
|
||||
"ready for review"
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$",
|
||||
"(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=(?<datasource>[a-zA-Z0-9-._]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s(?:ENV|ARG)\\s+[A-Za-z0-9_]+?_VERSION[ =][\"']?(?<currentValue>.+?)[\"']?\\s"
|
||||
]
|
||||
}
|
||||
],
|
||||
"ignoreUnstable": true,
|
||||
"minimumReleaseAge": "3",
|
||||
"packageRules": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue