Update renovate.json5

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2023-12-16 15:17:28 +01:00
committed by GitHub
parent 59e782febb
commit 7cd14af574
+6
View File
@@ -31,6 +31,9 @@
"datasources": ["helm"],
"matchManagers": ["helmv3"],
"commitMessageTopic": "Helm chart {{depName}}"
"ignorePaths": [
"charts/unstable/**"
],
},
// global docker datasource settings
{
@@ -40,6 +43,9 @@
"automerge": false,
"autoApprove": true,
"separateMinorPatch": true,
"ignorePaths": [
"charts/unstable/**"
],
"commitMessageTopic": "container image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}",
},