Skip to content

Commit

Permalink
chore: configure renovate
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <josh@jpellis.me>
  • Loading branch information
pactflow-renovate-bot[bot] authored and JP-Ellis committed Nov 19, 2024
1 parent 1cf140d commit 548903e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"pre-commit": {
"enabled": true
},
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"packageRules": [
{
"groupName": "Ruff",
"groupSlug": "ruff",
"matchPackageNames": ["astral-sh/ruff-pre-commit", "ruff"]
}
]
}

0 comments on commit 548903e

Please sign in to comment.