Skip to content

Commit

Permalink
Add renovatebot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Nov 2, 2023
1 parent 503d41a commit 4145059
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"timezone": "America/Chicago",
"pre-commit": {
"enabled": true
},
"packageRules": [
{
"matchManagers": ["github-actions"],
"automerge": true
},
{
"extends": "packages:linters",
"groupName": "linters",
"automerge": true
},
{
"extends": "packages:jsTest",
"groupName": "JS test packages",
"automerge": true
},
{
"matchPackagePatterns": ["pre-commit"],
"automerge": true
}
]
}

0 comments on commit 4145059

Please sign in to comment.