30 lines
591 B
JSON
30 lines
591 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
"helpers:pinGitHubActionDigests"
|
|
],
|
|
"configMigration": true,
|
|
"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
|
|
}
|
|
]
|
|
}
|