Skip to content

Commit

Permalink
Updating renovate to auto merge PRs (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
briancorbin authored Oct 1, 2022
1 parent b7739b6 commit 9bbc6bb
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,26 @@
"extends": [
"config:base"
],
"cloneSubmodules": true
"automergeStrategy": "squash",
"cloneSubmodules": true,
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchDepTypes": [
"devDependencies"
],
"automerge": true
}
],
"reviewers": [
"team:ramps-eng"
]
}

0 comments on commit 9bbc6bb

Please sign in to comment.