From 6a9057441405ea9c54154fb67da1fe9668e677da Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Thu, 9 Nov 2023 16:20:16 -0800 Subject: [PATCH] chore: updating renovate config Pulling from old growth config --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60b64..81d5e5e8d2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,7 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": "Presets from https://github.com/bcgov/renovate-config", + "extends": [ + "github>bcgov/renovate-config" + ] }