Skip to content

Commit

Permalink
Add auto-merge for dev tools (archlinux#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
svartkanin authored Nov 4, 2024
1 parent 4a06131 commit 3d5aa1b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}

0 comments on commit 3d5aa1b

Please sign in to comment.