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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

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/**",
],