From 499009a2e868cceb0cb4f8a3482ca63bfb56a455 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Fri, 9 Sep 2022 13:17:23 +0100 Subject: [PATCH] chore: fix linting issue with `.github/renovate.json` --- .github/renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index dd7a80645..c7db7f62e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,3 @@ { - "extends": [ - "github>octokit/.github" - ] + "extends": ["github>octokit/.github"] }