From 68306ff29890a1a9b6cf3165983cf6a0874d8b19 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Nov 2023 11:43:23 +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 0000000..a168dc4 --- /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" + ] +}