Skip to content

Commit

Permalink
Configure renovate to automerge deps to specific branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-picus-tink committed Aug 8, 2024
1 parent 3fa2c49 commit 39b59ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"baseBranches": ["renovate-deps"],
"packageRules": [{
"matchDepTypes": ["devDependencies"],
"automerge": true,
"automergeType": "branch"
}]
}

0 comments on commit 39b59ad

Please sign in to comment.