chore(ci): allow auto-merging

This commit is contained in:
2025-03-04 10:54:57 +02:00
committed by GitHub
parent e967f894ce
commit 547651e96a

View File

@@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>ivuorinen/renovate-config"
],
"packageRules": [
{
"matchPackageNames": ["*"],
"automerge": true
}
]
}