Update helm.json5

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