Update renovate.json5

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2023-12-16 18:53:11 +01:00
committed by GitHub
parent 7cd14af574
commit eb196b0dfa
+4 -8
View File
@@ -30,10 +30,8 @@
{
"datasources": ["helm"],
"matchManagers": ["helmv3"],
"commitMessageTopic": "Helm chart {{depName}}"
"ignorePaths": [
"charts/unstable/**"
],
"commitMessageTopic": "Helm chart {{depName}}",
"ignorePaths": ["charts/unstable/**"],
},
// global docker datasource settings
{
@@ -42,10 +40,8 @@
"pinDigests": true,
"automerge": false,
"autoApprove": true,
"separateMinorPatch": true,
"ignorePaths": [
"charts/unstable/**"
],
"separateMinorPatch": true,,
"ignorePaths": ["charts/unstable/**"],
"commitMessageTopic": "container image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}",
},