mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-22 18:06:11 +00:00
25 lines
378 B
JSON
25 lines
378 B
JSON
{
|
|
"semanticCommits": true,
|
|
"prHourlyLimit": 5,
|
|
"reviewersFromCodeOwners": true,
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"extends": [
|
|
"config:base",
|
|
"group:allNonMajor"
|
|
],
|
|
"postUpdateOptions": ["gomodTidy"],
|
|
"major": {
|
|
"labels": [
|
|
"dependencies",
|
|
"major"
|
|
]
|
|
},
|
|
"minor": {
|
|
"labels": [
|
|
"dependencies",
|
|
"minor"
|
|
]
|
|
}
|
|
}
|