Skip to content

Commit

Permalink
chore: do not upgrade backwards compatibility (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Jun 30, 2021
1 parent c25ac92 commit f833361
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Expand Up @@ -9,6 +9,11 @@
{
"matchPackageNames": ["@opentelemetry/api"],
"rangeStrategy": "bump"
},
{
"matchPaths": ["backwards-compatibility/**"],
"matchPackageNames": ["@types/node"],
"enabled": false
}
],
"ignoreDeps": ["gcp-metadata", "got", "mocha", "husky", "karma-webpack"],
Expand Down

0 comments on commit f833361

Please sign in to comment.