chore: update renovate regrex
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
{
|
{
|
||||||
"fileMatch": [".*\\.yml$"],
|
"fileMatch": [".*\\.yml$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"(alpine_latest_image|ubuntu_latest_image|debian_latest_image|image):\\s*\"(?<currentValue>[^\"]+)\""
|
"(?<depName>alpine_latest_image|ubuntu_latest_image|debian_latest_image|image):\\s*\"(?<currentValue>[^\"]+)\""
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"versioningTemplate": "docker"
|
"versioningTemplate": "docker"
|
||||||
|
Reference in New Issue
Block a user