Skip to content

Commit

Permalink
Added renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Pierluigi Lenoci <[email protected]>
  • Loading branch information
pierluigilenoci committed Nov 21, 2024
1 parent 8a6b6a8 commit c756fe4
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"extends": [
"config:base"
],
"automerge": false,
"assignees": [
"pierluigilenoci"
],
"schedule": [
"before 5am every day"
],
"packageRules": [
{
"description": "Auto-merge patch updates for all dependencies",
"updateTypes": ["patch"],
"automerge": true
},
{
"description": "Group all minor updates per package",
"updateTypes": ["minor"],
"groupName": "all-minor-updates"
},
{
"description": "Group all major updates per package",
"updateTypes": ["major"],
"groupName": "all-major-updates"
}
],
"postUpdateOptions": [
"yarnDedupeHighest",
"npmDedupe",
"gomodTidy"
],
"platformAutomerge": true,
"lockFileMaintenance": {
"enabled": true
},
"baseBranches": [
"main"
]
}

0 comments on commit c756fe4

Please sign in to comment.