block system update

This commit is contained in:
Kjeld Schouten
2024-04-26 20:00:38 +02:00
parent 60ba54fd7c
commit fed514e0cf
+11
View File
@@ -68,6 +68,17 @@
// //
// helm deps // helm deps
// //
//
// Ensure System Apps aren't automerged after many upstream fuckups
//
{
"matchDatasources": ["helm"],
"automerge": false,
"labels": ["update/helm/system"],
"groupName": ["helm system"],
"matchPaths": ["charts/system/**"],
"autoApprove": false,
},
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
"updateTypes": ["major"], "updateTypes": ["major"],