chore(openebs): revert and ignore for now

This commit is contained in:
Stavros Kois
2024-04-16 23:06:33 +03:00
committed by GitHub
parent 03470036d7
commit e38373cbe8
2 changed files with 8 additions and 5 deletions
+5 -2
View File
@@ -42,7 +42,10 @@
"automerge": false,
"autoApprove": true,
"separateMinorPatch": true,
"ignorePaths": ["charts/unstable/**"],
"ignorePaths": [
"charts/unstable/**"
"charts/system/openebs/**"
],
"commitMessageTopic": "container image {{depName}}",
"commitMessageExtra": "to {{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}@{{newDigestShort}}",
},
@@ -61,7 +64,7 @@
"automerge": false,
"labels": ["update/ignored"],
"groupName": ["ignored"],
"matchPaths": ["charts/unstable/**", "charts/dev/**", "charts/incubator/**", "templates/app/**"],
"matchPaths": ["charts/system/openebs/**", "charts/unstable/**", "charts/dev/**", "charts/incubator/**", "templates/app/**"],
"commitMessageTopic": "Ignored Updates",
"autoApprove": false,
},