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"], "datasources": ["helm"],
"matchManagers": ["helmv3"], "matchManagers": ["helmv3"],
"commitMessageTopic": "Helm chart {{depName}}" "commitMessageTopic": "Helm chart {{depName}}",
"ignorePaths": [ "ignorePaths": ["charts/unstable/**"],
"charts/unstable/**"
],
}, },
// global docker datasource settings // global docker datasource settings
{ {
@@ -42,10 +40,8 @@
"pinDigests": true, "pinDigests": true,
"automerge": false, "automerge": false,
"autoApprove": true, "autoApprove": true,
"separateMinorPatch": true, "separateMinorPatch": true,,
"ignorePaths": [ "ignorePaths": ["charts/unstable/**"],
"charts/unstable/**"
],
"commitMessageTopic": "container image {{depName}}", "commitMessageTopic": "container image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}", "commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}",
}, },