Skip to content

Commit

Permalink
chore: configure renovate to bump API (#601)
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 17c0667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
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 17c0667

Please sign in to comment.