From 4eec1175a6a1522f0e2370aae3dc5b7280d5f1e2 Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Wed, 6 May 2026 22:09:25 -0400 Subject: [PATCH] chore: renovate Signed-off-by: Sebastian Krupinski --- renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..8f7e6d2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,10 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "enabledManagers": ["npm", "composer", "github-actions"], + "timezone": "UTC", + "schedule": ["* 0-3 * * *"], + "dependencyDashboard": true, + "prConcurrentLimit": 5, + "prHourlyLimit": 2 } -- 2.39.5