From c0eae9fe8558d62972adcf64dc9d4f2a9afda568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 17:43:31 +0100 Subject: [PATCH] chore: Configure Renovate (#163) * Documentation: Add deprecation notice (#160) Add deprecation notice * Add renovate.json * Update renovate.json * Update renovate.json * Delete renovate.json --------- Co-authored-by: Vyacheslav Starostin <32613074+vstarostin@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com> --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 2ed1b4dd..50520489 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "baseBranches": [ + "main" + ], "packageRules": [ { "matchDepTypes": ["devDependencies"],