Skip to content

Commit

Permalink
chore: configure renovate to bump API
Browse files Browse the repository at this point in the history
Adapt renovate configuration to match core repo and bump API to ensure that peer-dependency gets updated.
  • Loading branch information
Flarna committed Jul 30, 2021
1 parent e475703 commit 5ef1da3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"groupName": "all non-major dependencies",
"updateTypes": ["patch", "minor"],
"groupSlug": "all-minor-patch"
},
{
"matchPackageNames": ["@opentelemetry/api"],
"rangeStrategy": "bump"
}
],
"assignees": [
Expand Down

0 comments on commit 5ef1da3

Please sign in to comment.