Skip to content

Commit

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christian Emmert <[email protected]>
  • Loading branch information
renovate[bot] and christianemmert authored Apr 22, 2023
1 parent 2cdd1fe commit 63eacd3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"extends": [
"config:base",
":label(renovate)",
":automergeRequireAllStatusChecks",
":automergeMinor"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
},
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"],
"groupName": "all major dependencies",
"groupSlug": "all-major"
}
]
}

0 comments on commit 63eacd3

Please sign in to comment.