Update flux.json5

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
Alfred Göppel
2025-11-26 19:08:26 +01:00
committed by GitHub
parent 183976f4a8
commit 90ade1301b
+1 -1
View File
@@ -10,7 +10,7 @@
"enabled": true, // Enable Flux updates
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
"semanticCommitScope": "flux",
"pinDigests": true, // Set to false to not pin digest references
"pinDigests": false, // Set to false to not pin digest references
"branchPrefix": "renovate/flux-",
},
}