mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Only require major updates to be surfaced on dashboard
This commit is contained in:
parent
12c265c6c0
commit
b37c5ff575
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,10 @@
|
|||
"matchDepTypes": [
|
||||
"devDependencies"
|
||||
],
|
||||
"automerge": true
|
||||
"automerge": true,
|
||||
"major": {
|
||||
"dependencyDashboardApproval": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
|
@ -17,6 +20,9 @@
|
|||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"major": {
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
"groupName": "all non-major dependencies",
|
||||
"groupSlug": "all-minor-patch",
|
||||
"labels": [
|
||||
|
|
Loading…
Reference in a new issue