Skip to content

Commit

Permalink
chore: Configure Renovate (#312)
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 <sylvain.lafay@ign.fr>
  • Loading branch information
renovate[bot] and slafayIGN authored Jun 5, 2023
1 parent 11db5da commit d485c8f
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 d485c8f

Please sign in to comment.