feat: add renovate tags for specific images

This commit is contained in:
2026-03-15 01:00:28 -05:00
parent d373ba5ae9
commit 04ff752696
2 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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",