From 019e0aefc47d580dff0b68cab063419ffbf606b2 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..4807e53 --- /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#v1.17.2" + ], + "baseBranches": [ + "master" + ] +}