Require dashboard approval for some deps
This commit is contained in:
parent
f8a5d6872c
commit
cd96d33598
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@
|
||||||
"matchUpdateTypes": ["minor"],
|
"matchUpdateTypes": ["minor"],
|
||||||
"dependencyDashboardApproval": true
|
"dependencyDashboardApproval": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Require dashboard approval for some deps",
|
||||||
|
"matchDepNames": ["github.com/go-ap/activitypub"],
|
||||||
|
"dependencyDashboardApproval": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Group golang packages",
|
"description": "Group golang packages",
|
||||||
"matchDepNames": ["go", "golang", "docker.io/golang", "docker.io/library/golang"],
|
"matchDepNames": ["go", "golang", "docker.io/golang", "docker.io/library/golang"],
|
||||||
|
|
Loading…
Reference in a new issue