38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"assignees": [ "volker.raschek" ],
|
|
"automergeStrategy": "merge-commit",
|
|
"automergeType": "pr",
|
|
"labels": [ "renovate" ],
|
|
"packageRules": [
|
|
{
|
|
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
|
"automerge": true,
|
|
"matchManagers": "droneci",
|
|
"matchUpdateTypes": [ "minor", "patch"]
|
|
},
|
|
{
|
|
"description": "Automatically update patch version of used container images in docker files",
|
|
"addLabels": [ "renovate/container-image", "renovate/automerge" ],
|
|
"automerge": true,
|
|
"matchBaseBranches": [ "master" ],
|
|
"matchManagers": [ "dockerfile" ],
|
|
"matchUpdateTypes": [ "patch" ]
|
|
}
|
|
],
|
|
"rebaseLabel": "renovate/rebase",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"regexManagers": [
|
|
{
|
|
"description": "Update container image of createrepo.sh",
|
|
"fileMatch": [
|
|
"^createrepo.sh$"
|
|
],
|
|
"matchStrings": [
|
|
"^CREATEREPO_IMAGE_FULLY_QUALIFIED=(?<depName>.*):(?<currentValue>.*)$"
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
}
|