From f6f2f5f08b51ad272aa759690b8ea8be0803223a Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Fri, 17 Nov 2023 19:30:53 -0800 Subject: [PATCH] ci: renovate extends bcgov/renovate-config --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..fbf7e58 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/nr-renovate", + "extends": [ + "github>bcgov/renovate-config" + ] }