mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
chore(deps): add initial renovatebot configuration (#102)
This commit is contained in:
parent
73994ac8f4
commit
bd958e70ed
1 changed files with 25 additions and 0 deletions
25
.github/renovate.json
vendored
Normal file
25
.github/renovate.json
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue