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/unstable/**",
"charts/dev/**",
"charts/incubator/**",
"templates/app/**",
],
commitMessageTopic: "Ignored Updates",
@@ -122,6 +121,7 @@
groupName: "helm general major",
matchFileNames: [
"charts/stable/**",
"charts/incubator/**",
"charts/premium/**",
"charts/system/**",
],
@@ -137,6 +137,7 @@
groupName: "helm general minor",
matchFileNames: [
"charts/stable/**",
"charts/incubator/**",
"charts/premium/**",
// "charts/system/**",
],
@@ -151,6 +152,7 @@
groupName: "helm general non-major",
matchFileNames: [
"charts/stable/**",
"charts/incubator/**",
"charts/premium/**",
// "charts/system/**",
],