ci: add renovate support
All checks were successful
Tests / validate-composer (push) Successful in 17s
Tests / build-npm (push) Successful in 37s
Tests / phpcs (push) Successful in 37s
Tests / phpstan (push) Successful in 41s
Tests / tests (push) Successful in 37s

This commit is contained in:
2026-02-12 17:10:22 +01:00
parent be46d068f1
commit 35abf834c8

13
renovate.json Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": ["config:recommended"],
"enabledManagers": ["composer"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"groupName": "php dependencies"
}
],
"prConcurrentLimit": 100,
"prHourlyLimit": 20,
"branchConcurrentLimit": 100
}