Skip to content

Commit

Permalink
fix: correct renovate path and release version
Browse files Browse the repository at this point in the history
This commit corrects release version to enable updates and moves
to .github folder. It also removes schedule as its driven
centrally
  • Loading branch information
sandeeppanchal-bitgo committed Jan 28, 2024
1 parent 486309c commit 2a0c8f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions renovate.json → .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 2a0c8f7

Please sign in to comment.