fix project settings
All checks were successful
Lint / Lint (push) Successful in 43s

This commit is contained in:
2025-03-05 13:11:27 +01:00
parent ead2b0be1e
commit 7671813560
11 changed files with 35 additions and 70 deletions

View File

@@ -1,11 +0,0 @@
{
"extends": ["config:best-practices", ":semanticCommits"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automergeType": "branch"
}
]
}