Add auto-merge for dev tools (#2749)

This commit is contained in:
Daniel Girtler 2024-11-04 22:43:32 +11:00 committed by GitHub
parent 4a06131f4d
commit 3d5aa1bd84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 1 deletions

View File

@ -5,5 +5,23 @@
],
"pre-commit": {
"enabled": true
}
},
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchPackageNames": [
"mypy",
"ruff",
"pre-commit",
"pre-commit/pre-commit-hooks",
"pre-commit/mirrors-mypy",
"dev/flake8",
"pycqa/flake8",
"astral-sh/ruff-pre-commit"
],
"automerge": true
}
]
}