Skip to content

Commit

Permalink
Migrate config renovate.json (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 84f331b commit f525305
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"lockFileMaintenance": {
"enabled": true,
Expand All @@ -13,9 +13,12 @@
},
"packageRules": [
{
"matchPackagePatterns": ["ruff", "charliermarsh/ruff-pre-commit"],
"groupName": "ruff",
"automerge": true
"automerge": true,
"matchPackageNames": [
"/ruff/",
"/charliermarsh/ruff-pre-commit/"
]
}
]
}

0 comments on commit f525305

Please sign in to comment.