feat: add renovate tags for specific images
This commit is contained in:
@@ -11,4 +11,5 @@ spec:
|
||||
nameserver:
|
||||
image:
|
||||
repo: tailscale/k8s-nameserver
|
||||
tag: unstable-v1.93.44
|
||||
# renovate: datasource=docker depName=tailscale/k8s-nameserver
|
||||
tag: v1.94.2
|
||||
|
||||
@@ -7,13 +7,20 @@
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"description": "Update appVersion in Chart.yaml via magic comments",
|
||||
"description": "Update appVersion in Chart.yaml",
|
||||
"customType": "regex",
|
||||
"fileMatch": ["(^|/)Chart\\.yaml$"],
|
||||
"matchStrings": [
|
||||
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[^\"'\\s]+)[\"']?"
|
||||
]
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["(^|/)templates/.*\\.yaml$"],
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+tag: (?<currentValue>.*)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Update Helm CLI version in GitHub Actions",
|
||||
"customType": "regex",
|
||||
|
||||
Reference in New Issue
Block a user