summaryrefslogtreecommitdiffstats
path: root/renovate.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-10 15:40:15 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-10 15:41:44 +0200
commit5b830c8239c62c7f4a306ddafc91bd5138256406 (patch)
treeaab57309c012d2abc4782a2eb3f6e610a66afee0 /renovate.json
parent7f0e4c1d88d068d09b3c4d0100f5a9206bfafbaf (diff)
Require dashboard approval prior to branch/PR creation
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json
index 3c8eace23da..6b37e2049cb 100644
--- a/renovate.json
+++ b/renovate.json
@@ -3,6 +3,7 @@
"extends": [
"config:base"
],
+ "dependencyDashboardApproval": true,
"transitiveRemediation": true,
"prHourlyLimit": 10,
"prConcurrentLimit": 10,