Create main.json5

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-12 22:47:12 +02:00
committed by GitHub
parent ce85fec3e4
commit 9b63fe428c
+57
View File
@@ -0,0 +1,57 @@
{
// Main Renovate configuration that lists package rules for various paths
"packageRules": [
{
"paths": ["/.github/**"],
"enabled": true,
"extends": [
"github>truecharts/public/renovate/folders/github.json5"
]
},
{
"paths": ["/charts/**"],
"enabled": true,
"extends": [
"github>truecharts/public/renovate/folders/charts.json5"
]
},
{
"paths": ["/containers/**"],
"enabled": true,
"extends": [
"github>truecharts/public/renovate/folders/containers.json5"
]
},
{
"paths": ["/clusters/**"],
"enabled": true,
"extends": [
"github>truecharts/public/renovate/folders/clusters.json5"
]
},
{
"paths": ["/repositories/**"],
"enabled": true,
"extends": [
"github>truecharts/public/renovate/folders/repositories.json5"
]
},
{
"paths": ["/clustertool/**"],
"enabled": true,
"extends": [
"github>truecharts/public/renovate/folders/clustertool.json5"
]
},
{
"paths": ["/website/**"],
"enabled": true,
"extends": [
"github>truecharts/public/renovate/folders/website.json5"
]
}
],
"ignoreDeps": [
// List any dependencies to ignore globally if needed
]
}