From b9bff238f0145981d6f7a59d2cf6dcbdda50b2bd Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:35:38 -0700 Subject: [PATCH] build: renovate setup --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index dd7a806..ee74d9f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { "extends": [ - "github>octokit/.github" + "github>probot/.github" ] }