diff --git a/.github/renovate/kinds/flux.json5 b/.github/renovate/kinds/flux.json5 index 9590540ddfc..b0c066da363 100644 --- a/.github/renovate/kinds/flux.json5 +++ b/.github/renovate/kinds/flux.json5 @@ -10,7 +10,7 @@ "enabled": true, // Enable Flux updates "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types "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-", }, }