Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
  • Loading branch information
Kjeld Schouten authored Dec 16, 2023
1 parent 59e782f commit 7cd14af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"datasources": ["helm"],
"matchManagers": ["helmv3"],
"commitMessageTopic": "Helm chart {{depName}}"
"ignorePaths": [
"charts/unstable/**"
],
},
// global docker datasource settings
{
Expand All @@ -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}}",
},
Expand Down

0 comments on commit 7cd14af

Please sign in to comment.