Skip to content

Commit

Permalink
Configure Renovate (#7)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Adjust config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bogdan Iasinovschi <[email protected]>
  • Loading branch information
renovate[bot] and Anboias authored May 14, 2024
1 parent 42ff256 commit 2105e71
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchDepTypes": ["devDependencies", "resolutions"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 1am on the first day of the month"],
"groupName": "devDependencies (non-major)"
},
{
"matchDepTypes": ["actions"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 1am on the first day of the month"],
"groupName": "actions (non-major)"
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 1am on the first day of the month"],
"groupName": "dependencies (non-major)"
},
{
"matchUpdateTypes": ["major"],
"stabilityDays": 14
}
],
"rangeStrategy": "bump",
"lockFileMaintenance": {
"enabled": false
},
"reviewers": ["Anboias"],
"dependencyDashboard": false
}

0 comments on commit 2105e71

Please sign in to comment.