From d9215b044f2c85c6fb436e56e335296d97d148c4 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 5 Jan 2023 21:31:12 +0000 Subject: [PATCH] Tools: Add delay before creating Renovate PR --- renovate.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index bbb08be956..c4e95ea8d7 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -3,6 +3,15 @@ "extends": [ "config:base" ], + "major": { + "stabilityDays": 30 + }, + "minor": { + "stabilityDays": 20 + }, + "patch": { + "stabilityDays": 10 + } "prConcurrentLimit": 5, "prHourlyLimit": 0, "ignorePaths": [ @@ -103,6 +112,7 @@ "matchUpdateTypes": ["minor", "patch"], "automerge": true, "labels": ["automerge"], + "schedule": "on the first day of the week", "matchPackageNames": [ // AWS packages are updated too frequently and we can assume minor // updates are stable.