From a88c36e0bfd811fbdf54a083d8afd6f100a33c94 Mon Sep 17 00:00:00 2001 From: Mathieu Gamache Date: Tue, 27 Aug 2024 17:28:58 -0400 Subject: [PATCH] [IDP-2042] Use shared renovate.json (#84) * Update renovate.json to use shared config --------- Co-authored-by: Mathieu Gamache --- renovate.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/renovate.json b/renovate.json index 1b9bf93..eb2f797 100644 --- a/renovate.json +++ b/renovate.json @@ -1,10 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "platform": "github", "extends": [ "github>gsoft-inc/renovate-config" ], - "minimumReleaseAge": "3 days", "packageRules": [ { "matchManagers": [ @@ -30,12 +28,6 @@ "/^System\\./", "/^Microsoft\\.CodeAnalysis\\.CSharp\\./" ] - }, - { - "matchManagers": [ - "github-actions" - ], - "groupName": "Pipeline dependencies" } ], "customManagers": [