From babf8da9bfbe7724ec6e4c808344324e5b832c48 Mon Sep 17 00:00:00 2001 From: yxd92326 Date: Mon, 16 Mar 2026 15:34:12 +0000 Subject: [PATCH] Add renovate json file --- .github/renovate.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..bdf986fe --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,15 @@ +{ + "extends": ["config:base", ":disableDependencyDashboard"], + "labels": ["dependencies"], + "prCreation": "not-pending", + "prHourlyLimit": 2, + "pre-commit": { + "schedule": [ + "after 10am and before 4pm every 3 months on the first day of the month" + ], + "stabilityDays": 10 + }, + "schedule": ["after 7am and before 4pm every monday"], + "stabilityDays": 2, + "timezone": "Europe/London" +}