From 31fa0bfbd1264a7c92c3b755fdfc4dc396707c15 Mon Sep 17 00:00:00 2001 From: sponglord Date: Mon, 18 Nov 2024 11:54:11 +0100 Subject: [PATCH] Re-enable renovate in line with AOS guidelines (#2937) * Re-enable renovate in line with AOS guidelines * Add disableDependencyDashboard to renovate.json * added labels and prConcurrentLimit props --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000..3a888997dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base", + ":disableDependencyDashboard" + ], + "labels": ["dependencies"], + "minimumReleaseAge": "21 days", + "prConcurrentLimit": 5, + "internalChecksFilter": "strict", + "updateNotScheduled": false +} \ No newline at end of file