From cce639aa99f86d902798bbddaf9e6db652080b43 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Nov 2023 11:04:01 +0000 Subject: [PATCH] Chore(renovate): initial renovate configuration --- .github/renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..a168dc44 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>BitGo/gha-renovate-bot//presets/onboarding#0.0.1" + ], + "baseBranches": [ + "master" + ] +}