fix(ci): do pin digests on helm stuff
This commit is contained in:
@@ -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-",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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-"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user