chore(deps): add initial renovatebot configuration (#102)

This commit is contained in:
Derek Smith 2021-03-02 18:43:55 -06:00 committed by GitHub
parent 73994ac8f4
commit bd958e70ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
.github/renovate.json vendored Normal file
View file

@ -0,0 +1,25 @@
{
"semanticCommits": true,
"prHourlyLimit": 5,
"reviewersFromCodeOwners": true,
"labels": [
"dependencies"
],
"extends": [
"config:base",
"group:allNonMajor"
],
"postUpdateOptions": ["gomodTidy"],
"major": {
"labels": [
"dependencies",
"major"
]
},
"minor": {
"labels": [
"dependencies",
"minor"
]
}
}