Skip to content

Commit

Permalink
chore: ignore @opentelemetry/api in renovate config (#3265)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Dyla <[email protected]>
  • Loading branch information
pichlermarc and dyladan authored Sep 16, 2022
1 parent 6fadc6e commit 7870438
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["patch", "minor"]
},
{
"matchPackageNames": ["@opentelemetry/api"],
"rangeStrategy": "bump"
},
{
"matchPaths": ["backwards-compatibility"],
"matchPackageNames": ["@types/node"],
"enabled": false
}
],
"ignoreDeps": ["gcp-metadata", "got", "mocha", "husky", "karma-webpack"],
"ignoreDeps": ["gcp-metadata", "got", "mocha", "husky", "karma-webpack", "@opentelemetry/api"],
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@Rauno56", "@vmarchaud"],
"schedule": ["before 3am on Friday"],
"labels": ["dependencies"]
Expand Down

0 comments on commit 7870438

Please sign in to comment.