Require dashboard approval for some deps

This commit is contained in:
Michael Kriese 2024-04-08 12:17:09 +02:00
parent f8a5d6872c
commit cd96d33598
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -23,6 +23,11 @@
"matchUpdateTypes": ["minor"],
"dependencyDashboardApproval": true
},
{
"description": "Require dashboard approval for some deps",
"matchDepNames": ["github.com/go-ap/activitypub"],
"dependencyDashboardApproval": true
},
{
"description": "Group golang packages",
"matchDepNames": ["go", "golang", "docker.io/golang", "docker.io/library/golang"],