Merge pull request 'Require dashboard approval for some deps' (#3114) from viceice/forgejo:chore/renovate-settings into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3114
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
Earl Warren 2024-04-08 18:59:56 +00:00
commit 721edf2ed8
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,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"],