Skip to content

Commit

Permalink
Merge pull request #11 from trussworks/renovate
Browse files Browse the repository at this point in the history
Set up renovatebot
  • Loading branch information
rpdelaney authored Dec 20, 2021
2 parents 305556f + d24e550 commit 620c212
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"extends": [
"config:base",
":disableDependencyDashboard"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"automerge": true,
"description": "Automerge all updates except major versions",
"matchUpdateTypes": [
"patch",
"pin",
"digest",
"minor"
]
},
{
"description": "Tag the waddlers Github Team for major updates",
"matchUpdateTypes": [
"major"
],
"reviewers": [
"team:waddlers"
]
},
{
"automerge": true,
"description": "Group minor and patch updates into a single PR",
"groupName": "dependencies",
"managers": [
"terraform",
"gomod",
"pre-commit",
"circleci",
"dockerfile",
"github-actions"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
"postUpdateOptions": [
"gomodTidy"
],
"prConcurrentLimit": 2,
"schedule": [
"every weekend"
],
"separateMinorPatch": true,
"timezone": "America/Los_Angeles"
}

0 comments on commit 620c212

Please sign in to comment.