From 7e976848f851cb0ecaf8347155fa2c8a92ea1e04 Mon Sep 17 00:00:00 2001 From: John Campion Date: Mon, 3 Apr 2023 23:14:55 -0400 Subject: [PATCH] build: move renovatebot config file --- renovate.json => .github/renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename renovate.json => .github/renovate.json (65%) diff --git a/renovate.json b/.github/renovate.json similarity index 65% rename from renovate.json rename to .github/renovate.json index 39a2b6e..4bd832f 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] + "extends": ["config:base"] }