From 28313beef060b57302282b386974ad2366cd7d36 Mon Sep 17 00:00:00 2001 From: Christopher Viel Date: Wed, 6 Sep 2023 14:59:15 -0400 Subject: [PATCH] Normalize Renovate config (QCTECH-715) --- .github/renovate.json5 | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ca2bb093..ed378ef6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,26 +1,4 @@ { - extends: [ - "github>kronostechnologies/standards:renovate-base" - ], - - rebaseWhen: "conflicted", - - js: { - packageRules: [ - { - matchUpdateTypes: ["major", "minor", "patch"], - automerge: false, - }, - { - matchUpdateTypes: ["minor"], - excludePackageNames: [""], - groupName: "Yarn minors", - }, - { - matchUpdateTypes: ["patch"], - excludePackageNames: [""], - groupName: "Yarn patches", - }, - ], - }, + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: ["local>kronostechnologies/renovate-config"], }