Skip to content

Commit ee446f4

Browse files
committed
feat(renovate): Support updating of talos versions
1 parent 70bfafc commit ee446f4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/renovate.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,23 @@
162162
"depNameTemplate": "k0sproject/k0s"
163163
},
164164
{
165+
"customType": "regex",
165166
"managerFilePatterns": ["^kubernetes/intel-quicksync/intel-quicksync/base/gpu-device\\.ya?ml$"],
166167
"matchStrings": [
167-
"^\\s*image:\\s*(!?\\s*)?(?<packageName>[^\\s:]+):(?<currentValue>[^\\s]+)\\s*$"
168+
"^\\s*image:(!?\\s)(?<packageName>[^\\s:]+):(?<currentValue>[^\\s]+)\\s*$"
168169
],
169170
"datasourceTemplate": "docker"
171+
},
172+
{
173+
"customType": "regex",
174+
"managerFilePatterns": [
175+
"/^talos/talconfig.yaml$/"
176+
],
177+
"matchStrings": [
178+
"\\s+talosVersion\\:(!?\\s)(?<currentValue>.*)\\n"
179+
],
180+
"datasourceTemplate": "github-releases",
181+
"depNameTemplate": "siderolabs/talos"
170182
}
171183
]
172184
}

talos/talconfig.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
clusterName: homelab
33
talosVersion: v1.9.4
4-
kubernetesVersion: v1.32.2
54
endpoint: https://192.168.0.41:6443
65
clusterPodNets:
76
- 10.244.0.0/16

0 commit comments

Comments
 (0)