Update renovate.json5

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-05-30 14:57:51 +02:00
committed by GitHub
parent adf69fe98a
commit 9b7b0de4f5
+3 -1
View File
@@ -64,7 +64,6 @@
"charts/system/**", "charts/system/**",
"charts/unstable/**", "charts/unstable/**",
"charts/dev/**", "charts/dev/**",
"charts/incubator/**",
"templates/app/**", "templates/app/**",
], ],
commitMessageTopic: "Ignored Updates", commitMessageTopic: "Ignored Updates",
@@ -122,6 +121,7 @@
groupName: "helm general major", groupName: "helm general major",
matchFileNames: [ matchFileNames: [
"charts/stable/**", "charts/stable/**",
"charts/incubator/**",
"charts/premium/**", "charts/premium/**",
"charts/system/**", "charts/system/**",
], ],
@@ -137,6 +137,7 @@
groupName: "helm general minor", groupName: "helm general minor",
matchFileNames: [ matchFileNames: [
"charts/stable/**", "charts/stable/**",
"charts/incubator/**",
"charts/premium/**", "charts/premium/**",
// "charts/system/**", // "charts/system/**",
], ],
@@ -151,6 +152,7 @@
groupName: "helm general non-major", groupName: "helm general non-major",
matchFileNames: [ matchFileNames: [
"charts/stable/**", "charts/stable/**",
"charts/incubator/**",
"charts/premium/**", "charts/premium/**",
// "charts/system/**", // "charts/system/**",
], ],