You've already forked createrepo-docker
test(renovate): automerge
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user