some renovate docker processing tweaks

This commit is contained in:
Kjeld Schouten
2024-10-17 13:12:56 +02:00
parent 180ebb47ac
commit 6c6e244e02
+3 -2
View File
@@ -17,11 +17,12 @@
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
"semanticCommitScope": "container",
"ignore": [
"talconfig.yaml" // Exclude any file named talconfig.yaml
"talconfig.yaml",
"Chart.yaml"
]
},
"ignoreDeps": [
// List any dependencies to ignore globally if needed
],
"requiredStatusChecks": null,
"requiredStatusChecks": ["Containers: Test-and-Build / Container Build Completed (push)", "Containers: Test-and-Build / Container Build Completed (pull_request)"],
}