updated renovate.json
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 3m51s
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 3m51s
This commit is contained in:
parent
e1f83ee87c
commit
22b9b451f4
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"assignees": [
|
"assignees": [
|
||||||
"samuel-p"
|
"samuel-p"
|
||||||
],
|
],
|
||||||
|
@ -15,7 +16,7 @@
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\s+ENV\\s*CADVISOR_VERSION=\"(?<currentValue>.*?)\"\\s+",
|
"\\s+ENV\\s*CADVISOR_VERSION=\"(?<currentValue>.*?)\"\\s+",
|
||||||
"cadvisor:(?<currentValue>v\\S+)"
|
"cadvisor:(?<currentValue>[v.0-9]+)"
|
||||||
],
|
],
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "loose",
|
||||||
"depNameTemplate": "google/cadvisor",
|
"depNameTemplate": "google/cadvisor",
|
||||||
|
|
Loading…
Reference in a new issue