From aa19e22f5363f2cc73dce813fdee21307033a0cc Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Sat, 11 Nov 2023 08:45:08 -0800 Subject: [PATCH] ci: renovate extends bcgov/renovate-config (#155) --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60b..81d5e5e8 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" + ] }