Skip to content

Commit

Permalink
Merge pull request #3442 from rbtcollins/renovate-automerge
Browse files Browse the repository at this point in the history
Configure automerge in Renovate
  • Loading branch information
rbtcollins authored Aug 15, 2023
2 parents ff8274f + af8977d commit 2b55a22
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dependencies"
],
"lockFileMaintenance": {
"enabled": true
"enabled": true,
"automerge": true
},
"prCreation": "not-pending",
"rangeStrategy": "replace",
Expand All @@ -23,6 +24,21 @@
"opentelemetry"
],
"groupName": "opentelemetry"
},
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchUpdateTypes": [
"patch"
],
"matchCurrentVersion": "/^0\\./",
"automerge": true
}
]
}

0 comments on commit 2b55a22

Please sign in to comment.