From d68dab5dc5285a6421c4842930bb21b3449db69f Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Mon, 4 Mar 2024 13:59:15 -0700 Subject: [PATCH] chore: archive repository (#43) --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2600b12..641aeb2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,4 +1,4 @@ { - '$schema': 'https://docs.renovatebot.com/renovate-schema.json', - extends: ['local>marcusrbrown/renovate-config'], + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: ["github>marcusrbrown/renovate-config:archived-repository"], }