Update helm.json5

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2025-11-27 18:47:02 +01:00
committed by GitHub
parent d494f6aafc
commit fb79992929
+1 -1
View File
@@ -9,7 +9,7 @@
"semanticCommitScope": "helm",
"versioning": "semver",
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
"pinDigests": true, // Set to false to not pin digest references
"pinDigests": false, // Set to false to not pin digest references
"branchPrefix": "renovate/helm-"
}
}