updated renovate.json
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 3m51s

This commit is contained in:
Samuel Philipp 2023-09-29 18:11:07 +02:00
parent e1f83ee87c
commit 22b9b451f4

View file

@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [
"samuel-p"
],
@ -15,7 +16,7 @@
],
"matchStrings": [
"\\s+ENV\\s*CADVISOR_VERSION=\"(?<currentValue>.*?)\"\\s+",
"cadvisor:(?<currentValue>v\\S+)"
"cadvisor:(?<currentValue>[v.0-9]+)"
],
"versioningTemplate": "loose",
"depNameTemplate": "google/cadvisor",