Update dependencies and setup renovate

This commit is contained in:
Vitaly Rtishchev
2025-10-09 22:47:44 +03:00
parent dba951aee5
commit 801324e17e
3 changed files with 184 additions and 157 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": ["before 5am on sunday"],
"groupName": "all dependencies",
"packageRules": [
{
"matchPackagePatterns": ["*"],
"groupName": "all dependencies"
}
],
"prHourlyLimit": 0,
"prConcurrentLimit": 0
}