Skip to content

Commit

Permalink
Merge pull request #71 from curieo-org/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
ivarflakstad authored Jul 1, 2024
2 parents 5cd7939 + a1176fd commit 3d7412d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":disableDependencyDashboard"
],
"packageRules": [
{
"description": "Group all patch updates together",
"matchUpdateTypes": ["patch"],
"groupName": "all patch updates"
},
{
"description": "Group all minor updates together",
"matchUpdateTypes": ["minor"],
"groupName": "all minor updates"
},
{
"description": "Group all major updates together",
"matchUpdateTypes": ["major"],
"groupName": "all major updates"
},
{
"description": "Group all pin and digest updates together",
"matchUpdateTypes": ["pin", "digest"],
"groupName": "all pin and digest updates"
}
],
"schedule": ["before 5am on monday"],
"baseBranches": ["main"],
"labels": ["dependencies"],
"timezone": "Europe/Amsterdam"
}

0 comments on commit 3d7412d

Please sign in to comment.