2021-02-09 22:07:34 +00:00
|
|
|
{
|
|
|
|
"assignees": [
|
|
|
|
"samuel-p"
|
|
|
|
],
|
|
|
|
"baseBranches": [
|
|
|
|
"main"
|
|
|
|
],
|
|
|
|
"rangeStrategy": "bump",
|
|
|
|
"rebaseWhen": "behind-base-branch",
|
|
|
|
"regexManagers": [
|
|
|
|
{
|
|
|
|
"fileMatch": [
|
|
|
|
"^Dockerfile$",
|
|
|
|
"^.drone.yml$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
"\\s+ENV\\s*CADVISOR_VERSION=\"(?<currentValue>.*?)\"\\s+",
|
|
|
|
"\\s+target:\\s*spcodes\\/cadvisor:(?<currentValue>.*?)\\s+"
|
|
|
|
],
|
|
|
|
"versioningTemplate": "loose",
|
|
|
|
"depNameTemplate": "google/cadvisor",
|
|
|
|
"datasourceTemplate": "github-releases"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fileMatch": [
|
|
|
|
"^Dockerfile$"
|
|
|
|
],
|
|
|
|
"matchStrings": [
|
|
|
|
"\\s+(?<depName>[a-z0-9\\-]+?)=\"(?<currentValue>.*?)\""
|
|
|
|
],
|
2021-06-24 17:31:30 +00:00
|
|
|
"lookupNameTemplate": "alpine_3_14/{{{depName}}}",
|
2021-02-09 22:07:34 +00:00
|
|
|
"versioningTemplate": "loose",
|
|
|
|
"datasourceTemplate": "repology"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"datasources": [
|
|
|
|
"github-releases"
|
|
|
|
],
|
|
|
|
"groupName": [
|
|
|
|
"cadvisor"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"datasources": [
|
|
|
|
"repology"
|
|
|
|
],
|
|
|
|
"groupName": [
|
|
|
|
"base dependencies"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"datasources": [
|
|
|
|
"docker"
|
|
|
|
],
|
|
|
|
"groupName": [
|
|
|
|
"docker images"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|