Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 06c325b commit 3655eca
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"baseBranches": [
"develop"
],
"schedule": [
"every weekend"
],
"baseBranches": ["develop"],
"schedule": ["every weekend"],
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "rebase"
Expand Down

0 comments on commit 3655eca

Please sign in to comment.