Skip to content

Commit

Permalink
chore(renovate): split patch and minor rules (open-telemetry#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
haddasbronfman committed Jul 12, 2023
1 parent 8e2f518 commit ffb45fe
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
],
"packageRules": [
{
"groupName": "all non-major dependencies",
"updateTypes": ["patch", "minor"],
"groupSlug": "all-minor-patch"
"groupName": "all patch versions",
"groupSlug": "all-patch",
"matchUpdateTypes": ["patch"],
"excludePackageNames": ["prettier"],
"schedule": ["before 3am every weekday"]
},
{
"matchUpdateTypes": ["minor"],
"dependencyDashboardApproval": true
},
{
"matchPackageNames": ["@opentelemetry/api"],
Expand Down

0 comments on commit ffb45fe

Please sign in to comment.