From 60a12618979c3abc3df32ddd2d64e4c07eb4e81f Mon Sep 17 00:00:00 2001 From: Ynda Jas Date: Thu, 26 Oct 2023 12:07:51 +0100 Subject: [PATCH] Switch to default dxw Renovate config We now have two dxw Renovate configs: a default one that should be good for any repository, and an internal one intended for dxw-internal projects. Since this repository is intended as a template for client projects built using Nest, the default config is more appropriate to ensure we keep it ready to go --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 2caeabe..418c9e7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>dxw/renovate-config:internal"] -} \ No newline at end of file + "extends": ["github>dxw/renovate-config"] +}