Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
adf69fe98a
commit
9b7b0de4f5
|
@ -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/**",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue