From 2a0c8f783fead34573cf8da9190ef06635fd60fd Mon Sep 17 00:00:00 2001 From: Sandeep Panchal Date: Sun, 28 Jan 2024 11:52:02 +0530 Subject: [PATCH] fix: correct renovate path and release version This commit corrects release version to enable updates and moves to .github folder. It also removes schedule as its driven centrally --- renovate.json => .github/renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename renovate.json => .github/renovate.json (64%) diff --git a/renovate.json b/.github/renovate.json similarity index 64% rename from renovate.json rename to .github/renovate.json index fff72dfc0..33a069220 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,15 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>BitGo/gha-renovate-bot//presets/onboarding#0.0.1" + "github>BitGo/gha-renovate-bot//presets/onboarding#v1.15.1" ], "baseBranches": [ "master" ], "enabledManagers": [ "github-actions" - ], - "schedule": [ - "on monday" ] }