From 1ba7a559396d20b68ee3cc3b01b5f24b89aee8f0 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 5 Jan 2025 17:25:54 +0100 Subject: [PATCH] chore: update renovate config --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 66937d2..4c774fc 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,3 +1,5 @@ { - "extends": ["@ow3"] + "extends": [ + "github>ow3org/renovate-config" + ] }