Skip to content

Commit

Permalink
Merge branch 'main' into phase21
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Mar 23, 2024
2 parents 6f7cd83 + 21fffbe commit a59da30
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 10am on the first day of the month"],
"groupName": "other minor updates"
},
{
"matchUpdateTypes": ["major"],
"schedule": ["before 10am on the first day of the month"],
"groupName": "other major updates"
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 1am on the first day of the month"],
"groupName": "dependencies (non-major)"
},
{
"matchPackagePatterns": ["@api3/.*"],
"matchUpdateTypes": ["major"],
"schedule": ["before 6pm"],
"groupName": "api3 major updates"
},
{
"matchPackagePatterns": ["@api3/.*"],
"matchUpdateTypes": ["patch", "minor"],
"schedule": ["before 6pm"],
"groupName": "api3"
}
],
"rangeStrategy": "bump",
"lockFileMaintenance": {
"enabled": false
},
"baseBranches": ["main"],
"reviewers": ["bbenligiray", "hiletmis"],
"dependencyDashboard": false
}

0 comments on commit a59da30

Please sign in to comment.