feat: initial version

Signed-off-by: Sebastian <krupinski01@gmail.com>
This commit is contained in:
2026-06-17 23:13:47 -04:00
parent 390669846b
commit 4e302ea923
21 changed files with 2726 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$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
}