Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
chore: Configure Renovate (#3)
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: Sylvain Lafay <[email protected]>
  • Loading branch information
renovate[bot] and slafayIGN authored May 26, 2023
1 parent 1dc2e1f commit 63dffc6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "minor devDependencies",
"groupSlug": "minor-dev-dependencies"
},
{
"matchUpdateTypes": ["major"],
"dependencyDashboardApproval": true
}
]
}

0 comments on commit 63dffc6

Please sign in to comment.