From 6d1b05e89f730a41bb81d5b7b2019bd49df0534d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 12 Oct 2024 23:33:37 +0200 Subject: [PATCH] Update main.json5 Signed-off-by: Kjeld Schouten --- renovate/main.json5 | 50 +-------------------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) diff --git a/renovate/main.json5 b/renovate/main.json5 index 8dda4b4a217..154ae109edf 100644 --- a/renovate/main.json5 +++ b/renovate/main.json5 @@ -2,55 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", // Main Renovate configuration that lists package rules for various paths "packageRules": [ - { - "paths": [".github/**"], // Adjusted path - "enabled": true, - "extends": [ - "github>truecharts/public/renovate/folders/github.json5" - ] - }, - { - "paths": ["charts/**"], // Adjusted path - "enabled": true, - "extends": [ - "github>truecharts/public/renovate/folders/charts.json5" - ] - }, - { - "paths": ["containers/**"], // Adjusted path - "enabled": true, - "extends": [ - "github>truecharts/public/renovate/folders/containers.json5" - ] - }, - { - "paths": ["clusters/**"], // Adjusted path - "enabled": true, - "extends": [ - "github>truecharts/public/renovate/folders/clusters.json5" - ] - }, - { - "paths": ["repositories/**"], // Adjusted path - "enabled": true, - "extends": [ - "github>truecharts/public/renovate/folders/repositories.json5" - ] - }, - { - "paths": ["clustertool/**"], // Adjusted path - "enabled": true, - "extends": [ - "github>truecharts/public/renovate/folders/clustertool.json5" - ] - }, - { - "paths": ["website/**"], // Adjusted path - "enabled": true, - "extends": [ - "github>truecharts/public/renovate/folders/website.json5" - ] - } + ], "ignoreDeps": [ // List any dependencies to ignore globally if needed