Skip to content

Commit

Permalink
chore: configure Renovate (#731)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dcroote authored May 18, 2024
1 parent 3a587af commit f913201
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 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"],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 4am on Monday"],
"groupName": "non-major-dev-dependencies"
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 4am on Monday"],
"groupName": "non-major-dependencies"
}
],
"rangeStrategy": "bump",
"lockFileMaintenance": {
"enabled": false
},
"reviewers": ["dcroote", "wkande"],
"dependencyDashboard": false
}

0 comments on commit f913201

Please sign in to comment.