Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chaspy committed Feb 9, 2021
1 parent a16e047 commit de3f69c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +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 de3f69c

Please sign in to comment.