Skip to content

Commit 6070cec

Browse files
committed
add renovate for helm schema
1 parent 2259cc3 commit 6070cec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,18 @@
174174
"source[\\s]+=[\\s]+\"github.com/(?<depName>\\S*)\"[\\s]+version[\\s]+=[\\s]+\"(?<currentValue>\\S*)\"",
175175
"version[\\s]+=[\\s]+\"(?<currentValue>\\S*)[\\s]+source[\\s]+=[\\s]+\"github.com/(?<depName>\\S*)\""
176176
]
177+
},
178+
{
179+
"customType": "regex",
180+
"datasourceTemplate": "docker",
181+
"depNameTemplate": "kindest/node",
182+
"description": "Kubernetes version in helm schema file",
183+
"managerFilePatterns": [
184+
"/values\\.schema\\.json$/"
185+
],
186+
"matchStrings": [
187+
"master\\/(?<currentValue>v\\d+\\.\\d+\\.\\d+)\\/_definitions\\.json"
188+
]
177189
}
178190
],
179191
"timezone": "Europe/Dublin",

0 commit comments

Comments
 (0)