From ed1d6d9c39cc3714a0f70ecd88d36a58c193a22c Mon Sep 17 00:00:00 2001 From: Mathieu Gamache Date: Tue, 27 Aug 2024 17:25:29 -0400 Subject: [PATCH] [IDP-2042] Use shared renovate.json (#67) * Update renovate.json to use shared config --------- Co-authored-by: Mathieu Gamache --- renovate.json | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/renovate.json b/renovate.json index 7d4bdf2..16d2f1e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,30 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "platform": "github", - "labels": ["renovate"], "extends": [ - "config:base", - ":rebaseStalePrs" - ], - "enabledManagers": [ - "github-actions", - "helm-values", - "helmv3" - ], - "stabilityDays": 3, - "prHourlyLimit": 0, - "prConcurrentLimit": 0, - "branchConcurrentLimit": 0, - "dependencyDashboard": false, - "gitAuthor": "Renovate Bot ", - "packageRules": [ - { - "matchManagers": ["helm-values", "helmv3"], - "groupName": "Helm dependencies" - }, - { - "matchManagers": ["github-actions"], - "groupName": "Pipeline dependencies" - } + "github>gsoft-inc/renovate-config" ] }