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" ] }