52 lines
1 KiB
JSON
52 lines
1 KiB
JSON
{
|
|
"assignees": [
|
|
"samuel-p"
|
|
],
|
|
"baseBranches": [
|
|
"main"
|
|
],
|
|
"rangeStrategy": "bump",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"^Dockerfile$"
|
|
],
|
|
"matchStrings": [
|
|
"\\s+ENV\\s*MORTY_VERSION=\"(?<currentValue>)(?<currentDigest>.*?)\"\\s+"
|
|
],
|
|
"depNameTemplate": "https://github.com/asciimoo/morty.git",
|
|
"versioningTemplate": "git",
|
|
"datasourceTemplate": "git-refs"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"^Dockerfile$"
|
|
],
|
|
"matchStrings": [
|
|
"\\s+(?<depName>[a-z0-9\\-]+?)=\"(?<currentValue>.*?)\""
|
|
],
|
|
"lookupNameTemplate": "alpine_3_13/{{{depName}}}",
|
|
"versioningTemplate": "loose",
|
|
"datasourceTemplate": "repology"
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"datasources": [
|
|
"repology"
|
|
],
|
|
"groupName": [
|
|
"base dependencies"
|
|
]
|
|
},
|
|
{
|
|
"datasources": [
|
|
"docker"
|
|
],
|
|
"groupName": [
|
|
"docker images"
|
|
]
|
|
}
|
|
]
|
|
}
|