chore: renovate update
All checks were successful
Build Test / build (pull_request) Successful in 12s
JS Unit Tests / test (pull_request) Successful in 11s
PHP Unit Tests / test (pull_request) Successful in 38s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-05-06 13:02:01 -04:00
parent 747f0e63f7
commit b105cc18b5

View File

@@ -1,15 +1,9 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:recommended"],
"config:recommended" "enabledManagers": ["npm", "composer", "github-actions"],
], "timezone": "UTC",
"enabledManagers": [ "schedule": ["* 0-3 * * *"],
"npm",
"composer"
],
"schedule": [
"before 3am"
],
"dependencyDashboard": true, "dependencyDashboard": true,
"prConcurrentLimit": 5, "prConcurrentLimit": 5,
"prHourlyLimit": 2 "prHourlyLimit": 2