chore(renovate): require more approvals
This commit is contained in:
parent
9eb0c668c4
commit
f502886510
1 changed files with 7 additions and 2 deletions
|
@ -34,7 +34,11 @@
|
|||
},
|
||||
{
|
||||
"description": "Require dashboard approval for some deps",
|
||||
"matchDepNames": ["github.com/go-ap/activitypub", "bitnami/minio"],
|
||||
"matchDepNames": [
|
||||
"bitnami/minio",
|
||||
"github.com/go-ap/activitypub",
|
||||
"github.com/nektos/act"
|
||||
],
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
{
|
||||
|
@ -81,7 +85,8 @@
|
|||
"extends": ["packages:linters"],
|
||||
"matchDepNames": ["vitest"],
|
||||
"automerge": true
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"description": "Hold back on some package updates for a few days",
|
||||
"matchDepNames": ["monaco-editor"],
|
||||
"minimumReleaseAge": "30 days"
|
||||
|
|
Loading…
Reference in a new issue