chore(ci): update config, add managers

This commit is contained in:
2025-08-22 17:18:03 +03:00
parent 20763796fe
commit 0b20d556c6
4 changed files with 35 additions and 8 deletions

20
.github/renovate.json vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [
"ivuorinen"
],
"automergeType": "pr",
"extends": [
"github>ivuorinen/renovate-config"
],
"packageRules": [
{
"automerge": true,
"matchPackageNames": [
"renovate"
],
"separateMinorPatch": false
}
],
"prCreation": "immediate"
}