This repository has been archived on 2021-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
matrix-commander-docker/renovate.json
Samuel Philipp 7f10ac016e
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2021-08-16 20:53:31 +02:00

34 lines
636 B
JSON

{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"\\s+ENV\\s*COMMANDER_VERSION=\"(?<currentValue>)(?<currentDigest>.*?)\"\\s+"
],
"depNameTemplate": "https://github.com/8go/matrix-commander.git",
"versioningTemplate": "git",
"datasourceTemplate": "git-refs"
}
],
"packageRules": [
{
"datasources": [
"docker"
],
"groupName": [
"docker images"
]
}
]
}