34 lines
636 B
JSON
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"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|