Skip to content

Commit

Permalink
add renovatebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
avanti-joshi committed Jun 25, 2021
1 parent e25ab0e commit 6842227
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"extends": [
"config:base"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"automerge": true,
"matchUpdateTypes": [
"patch",
"pin",
"digest",
"minor"
]
},
{
"matchUpdateTypes": [
"major"
],
"reviewers": [
"team:waddlers"
]
},
{
"automerge": true,
"groupName": "dependencies",
"managers": [
"terraform",
"gomod",
"pre-commit"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
"postUpdateOptions": [
"gomodTidy"
],
"prConcurrentLimit": 2,
"schedule": [
"every weekday",
"after 9am and before 5pm"
],
"separateMinorPatch": true,
"timezone": "America/Los_Angeles"
}

0 comments on commit 6842227

Please sign in to comment.