From c035051d9451ee4b58a453ce844a9a5afa1fc9bd Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Sun, 8 Jan 2023 17:53:57 +0100 Subject: [PATCH] Setup Renovate with default Configs (#531) --- renovate.json => .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename renovate.json => .github/renovate.json (70%) diff --git a/renovate.json b/.github/renovate.json similarity index 70% rename from renovate.json rename to .github/renovate.json index 39a2b6e9..1975114f 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "github>cucumber/renovate-config" ] }