2023-02-11 13:36:33 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"assignees": [ "volker.raschek" ],
|
2024-09-28 11:13:48 +00:00
|
|
|
"customManagers": [
|
2023-02-11 13:36:33 +00:00
|
|
|
{
|
2024-09-28 11:13:48 +00:00
|
|
|
"customType": "regex",
|
2024-09-28 11:16:46 +00:00
|
|
|
"description": "Extract renovate config",
|
2023-02-11 13:36:33 +00:00
|
|
|
"fileMatch": [
|
|
|
|
"^Makefile$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
2024-09-28 11:13:48 +00:00
|
|
|
"^[^\\s]*VERSION(:|\\?)?=\"?(?<currentValue>[\\w.]*)\"? # renovate:([\\s]+datasource=['\"]*(?<datasource>[^\\s\"']*)['\"]*|[\\s]+depName=['\"]*(?<depName>[^\\s'\"]*)['\"]*|[\\s]+registryUrl=['\"]*(?<registryUrl>[^\\s'\"]*)['\"]*|[\\s]+versioning=['\"]*(?<versioning>[^\\s'\"]*)['\"]*)*"
|
2023-02-11 13:36:33 +00:00
|
|
|
]
|
|
|
|
}
|
2024-09-28 11:13:48 +00:00
|
|
|
],
|
|
|
|
"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"
|
2023-02-11 13:36:33 +00:00
|
|
|
}
|