Skip to content

Commit

Permalink
[chore] add ignore paths to renovate (open-telemetry#21085)
Browse files Browse the repository at this point in the history
This is to prevent test dependencies from being updated as its testing specific versions.

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed Apr 21, 2023
1 parent 14983a6 commit c086222
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
"config:base"
],
"schedule": ["every wednesday"],
"ignorePaths": [
"**/receiver/elasticsearchreceiver/testdata/integration/Dockerfile.elasticsearch.7_0_0",
"**/receiver/elasticsearchreceiver/testdata/integration/Dockerfile.elasticsearch.7_16_3",
"**/receiver/elasticsearchreceiver/testdata/integration/Dockerfile.elasticsearch.7_9_3",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_0",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_2",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.4_4.lpu",
"**/receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.5_0"
],
"packageRules": [
{
"matchManagers": ["dockerfile"],
Expand Down

0 comments on commit c086222

Please sign in to comment.