Skip to content

Commit

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

* Initialize renovate config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuel Tesař <[email protected]>
  • Loading branch information
renovate[bot] and Siegrift authored Sep 18, 2023
1 parent 0caa6a1 commit 317f08d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackageNames": ["node"],
"enabled": false
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["every 1 month on the 1st day-of-month at 12am"],
"groupName": "devDependencies (non-major)"
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["every 1 month on the 1st day-of-month at 12am"],
"groupName": "dependencies (non-major)"
}
],
"rangeStrategy": "bump",
"lockFileMaintenance": {
"enabled": false
},
"dependencyDashboard": false
}

0 comments on commit 317f08d

Please sign in to comment.