Markus Pesch
ce11a8a7c9
All checks were successful
continuous-integration/drone/push Build is passing
30 lines
1017 B
JSON
30 lines
1017 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"assignees": [ "volker.raschek" ],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"description": "Update version",
|
|
"fileMatch": [
|
|
"^Makefile$"
|
|
],
|
|
"matchStrings": [
|
|
"^[^\\s]*VERSION(:|\\?)?=\"?(?<currentValue>[\\w.]*)\"? # renovate:([\\s]+datasource=['\"]*(?<datasource>[^\\s\"']*)['\"]*|[\\s]+depName=['\"]*(?<depName>[^\\s'\"]*)['\"]*|[\\s]+registryUrl=['\"]*(?<registryUrl>[^\\s'\"]*)['\"]*|[\\s]+versioning=['\"]*(?<versioning>[^\\s'\"]*)['\"]*)*"
|
|
]
|
|
}
|
|
],
|
|
"labels": [ "renovate" ],
|
|
"packageRules": [
|
|
{
|
|
"description": "Automatically update grouped public container images - patch",
|
|
"addLabels": ["renovate/automerge","renovate/container-images"],
|
|
"automerge": true,
|
|
"enabled": true,
|
|
"matchDatasources": ["docker"],
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
}
|
|
],
|
|
"rebaseLabel": "renovate/rebase",
|
|
"rebaseWhen": "behind-base-branch"
|
|
}
|