Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -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}}",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user