fix(ci): do pin digests on helm stuff

This commit is contained in:
Kjeld Schouten
2025-11-26 10:41:03 +01:00
parent 337c3872bb
commit 532da4ddd5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"enabled": true, // Enable Flux updates "enabled": true, // Enable Flux updates
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
"semanticCommitScope": "flux", "semanticCommitScope": "flux",
"pinDigests": false, // Set to false to not pin digest references "pinDigests": true, // Set to false to not pin digest references
"branchPrefix": "renovate/flux-", "branchPrefix": "renovate/flux-",
}, },
} }
+1 -1
View File
@@ -9,7 +9,7 @@
"semanticCommitScope": "helm", "semanticCommitScope": "helm",
"versioning": "semver", "versioning": "semver",
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types "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-" "branchPrefix": "renovate/helm-"
} }
} }