test(renovate): automerge
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-03 16:02:08 +02:00
parent 9e37f72c0a
commit 0bb533f16e
2 changed files with 12 additions and 6 deletions

View File

@ -22,13 +22,15 @@
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update version",
"description": "Update container image of createrepo.sh",
"fileMatch": [
"^Makefile$"
"^createrepo.sh$"
],
"matchStrings": [
"CREATE_REPO_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
]
"^CREATEREPO_IMAGE_NAME=(?<depName>.*)$",
"^CREATEREPO_IMAGE_VERSION=(?<currentValue>.*)$"
],
"datasourceTemplate": "docker"
}
]
}