Skip to content

Commit

Permalink
Don't let Renovate upgrade @opentelemetry/api
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock committed Dec 2, 2024
1 parent ca89a2e commit c4109b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"dependencies"
],
"rangeStrategy": "bump",
"automerge": false
"automerge": false,
"matchPackageNames": [
"!@opentelemetry/api"
]
}
]
}

0 comments on commit c4109b1

Please sign in to comment.