Skip to content

Commit

Permalink
chore(feat): add renovate (#257)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Pierluigi Lenoci <[email protected]>
Co-authored-by: Jan Larwig <[email protected]>
  • Loading branch information
pierluigilenoci and tuunit authored Nov 23, 2024
1 parent 4f41ec4 commit ba83c4c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"extends": [
"config:base"
],
"automerge": false,
"assignees": [
"pierluigilenoci"
],
"schedule": [
"before 5am every day"
],
"packageRules": [
{
"description": "Group all patch updates per package",
"updateTypes": ["patch"],
"groupName": "all-patch-updates"
"bumpVersion": "patch"
},
{
"description": "Group all minor updates per package",
"updateTypes": ["minor"],
"groupName": "all-minor-updates"
"bumpVersion": "patch"
},
{
"description": "Group all major updates per package",
"updateTypes": ["major"],
"groupName": "all-major-updates"
"bumpVersion": "patch"
}
],
"platformAutomerge": true,
"lockFileMaintenance": {
"enabled": true
},
"baseBranches": [
"main"
]
}

0 comments on commit ba83c4c

Please sign in to comment.