summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorMichael Kriese <michael.kriese@visualon.de>2024-04-24 13:47:47 +0200
committerMichael Kriese <michael.kriese@visualon.de>2024-04-24 13:47:54 +0200
commitf5028865101ba041912ca2a1eaac202b3f7c322b (patch)
treeee234b7c50a3440acd7c5571e5dc88660ba8cc28 /renovate.json
parentMerge pull request 'chore(renovate): update config' (#3407) from viceice/forg... (diff)
downloadforgejo-f5028865101ba041912ca2a1eaac202b3f7c322b.tar.xz
forgejo-f5028865101ba041912ca2a1eaac202b3f7c322b.zip
chore(renovate): require more approvals
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/renovate.json b/renovate.json
index 919bd59d93..4fefa8d1c2 100644
--- a/renovate.json
+++ b/renovate.json
@@ -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"