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" +}