Skip to content

Commit

Permalink
Actually move renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Sep 7, 2023
1 parent 0ed1f33 commit 4f80573
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"timezone": "America/Chicago",
"pre-commit": {
"enabled": true
},
"packageRules": [
{
"matchManagers": ["github-actions"],
"automerge": true
},
{
"matchPackagePatterns": ["mypy", "pre-commit", "ruff"],
"automerge": true
},
{
"matchPackagePatterns": ["ruff"],
"groupName": "ruff"
}
]
}

0 comments on commit 4f80573

Please sign in to comment.