From cefd94a226320f0234046089e8cb5292b3bb3eec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Feb 2024 06:49:36 +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..27cacdd --- /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" + ], + "baseBranches": [ + "master" + ] +}