network-tools/renovate.json

30 lines
1.1 KiB
JSON
Raw Normal View History

2021-10-24 14:38:25 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2022-01-30 17:18:57 +00:00
"assignees": [ "volker.raschek" ],
2024-09-28 11:29:14 +00:00
"customManagers": [
{
"customType": "regex",
"description": "Extract renovate config",
"fileMatch": [
"^Makefile$"
],
"matchStrings": [
"^[^\\s]*VERSION(:|\\?)?=\"?(?<currentValue>[\\w.]*)\"? # renovate:([\\s]+datasource=['\"]*(?<datasource>[^\\s\"']*)['\"]*|[\\s]+depName=['\"]*(?<depName>[^\\s'\"]*)['\"]*|[\\s]+registryUrl=['\"]*(?<registryUrl>[^\\s'\"]*)['\"]*|[\\s]+versioning=['\"]*(?<versioning>[^\\s'\"]*)['\"]*|[\\s]+extractVersion=['\"]*(?<extractVersion>[^\\s'\"]*)['\"]*)*"
]
}
],
2022-01-30 17:18:57 +00:00
"labels": [ "renovate" ],
"packageRules": [
{
2024-09-28 11:29:14 +00:00
"description": "Automatically update grouped public container images - patch",
"addLabels": ["renovate/automerge","renovate/container-images"],
"automerge": true,
2024-09-28 11:29:14 +00:00
"enabled": true,
"matchDatasources": ["docker"],
"matchUpdateTypes": ["minor", "patch"]
2022-01-30 17:18:57 +00:00
}
],
2021-10-30 10:13:21 +00:00
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch"
2021-10-24 14:38:25 +00:00
}