minor improvements
This commit is contained in:
parent
7f51e68e40
commit
6872d91892
2 changed files with 8 additions and 23 deletions
|
@ -11,26 +11,15 @@
|
|||
{
|
||||
"fileMatch": [
|
||||
"^Dockerfile$",
|
||||
"^.drone.yml$"
|
||||
"^.woodpecker.yml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"\\s+ENV\\s*CADVISOR_VERSION=\"(?<currentValue>.*?)\"\\s+",
|
||||
"\\s+target:\\s*spcodes\\/cadvisor:(?<currentValue>.*?)\\s+"
|
||||
"\\s+repo:\\s*\\S*\\/cadvisor\\s+tags:[-\\s]+(?<currentValue>.*?)\\s+"
|
||||
],
|
||||
"versioningTemplate": "loose",
|
||||
"depNameTemplate": "google/cadvisor",
|
||||
"datasourceTemplate": "github-releases"
|
||||
},
|
||||
{
|
||||
"fileMatch": [
|
||||
"^Dockerfile$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"\\s+(?<depName>[a-z0-9\\-]+?)=\"(?<currentValue>.*?)\""
|
||||
],
|
||||
"lookupNameTemplate": "alpine_3_14/{{{depName}}}",
|
||||
"versioningTemplate": "loose",
|
||||
"datasourceTemplate": "repology"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
@ -42,14 +31,6 @@
|
|||
"cadvisor"
|
||||
]
|
||||
},
|
||||
{
|
||||
"datasources": [
|
||||
"repology"
|
||||
],
|
||||
"groupName": [
|
||||
"base dependencies"
|
||||
]
|
||||
},
|
||||
{
|
||||
"datasources": [
|
||||
"docker"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue