fix(ci): add package rules
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-01-30 16:32:18 +01:00
parent 01e52d1029
commit 0227c422a7
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 21 additions and 2 deletions

View File

@ -3,6 +3,24 @@
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"assignees": [ "volker.raschek" ],
"labels": [ "renovate" ],
"packageRules": [
{
"addLabels": [ "renovate/roundcube", "renovate/automerge" ],
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
},
{
"addLabels": [ "renovate/roundcubemail", "renovate/automerge" ],
"automerge": false,
"matchPackageNames": [ "roundcubemail" ],
"matchManagers": [ "regex" ],
"matchUpdateTypes": [ "minor", "patch"]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update container image reference",
@ -12,8 +30,9 @@
"matchStrings": [
"appVersion: \"(?<currentValue>.*?)\"\\s+"
],
"depNameTemplate": "docker.io/roundcube/roundcubemail",
"datasourceTemplate": "docker"
"datasourceTemplate": "docker",
"depNameTemplate": "roundcubemail",
"lookupNameTemplate": "docker.io/roundcube/roundcubemail"
}
]
}