Skip to content

Commit

Permalink
Enable auto-merges of aws-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Oct 10, 2023
1 parent 7575a4f commit 58057d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,18 @@
],
"extends": [
"local>brave/renovate-config"
],
"packageRules": [
{
"matchPackageNames": [
"aws-sdk"
],
"minor": {
"automerge": true
},
"patch": {
"automerge": true
}
}
]
}

0 comments on commit 58057d3

Please sign in to comment.