Skip to content

Commit

Permalink
Automerge go module
Browse files Browse the repository at this point in the history
  • Loading branch information
chaspy committed Feb 4, 2021
1 parent d303c8a commit 165a9e1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"managers": ["gomod"],
"packagePatterns": [".*"],
"updateTypes": ["major"],
"postUpdateOptions": [
"gomodTidy"
]
},
{
"managers": ["gomod"],
"packagePatterns": [".*"],
"updateTypes": ["minor", "patch", "pin"],
"automerge": true,
"postUpdateOptions": [
"gomodTidy"
]
}
]
}

0 comments on commit 165a9e1

Please sign in to comment.