Skip to content

Commit

Permalink
chore(renovate): auto merge check tools
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner authored Feb 6, 2025
1 parent 7f757fb commit b26510d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
],
"labels": ["dependencies"],
"packageRules": [
{
"automerge": true,
"platformAutomerge": true,
"labels": ["maintenance"]
"matchPackageNames": [
"ruff",
"mypy",
"pylint",
"codespell"
],
"description": "Automerge check tools"
},
{
"matchDepTypes": ["devDependencies"],
"labels": ["maintenance"]
Expand Down

0 comments on commit b26510d

Please sign in to comment.