Skip to content

Commit

Permalink
Re-enable renovation on dd-trace > 4.21 (#102)
Browse files Browse the repository at this point in the history
* Re-enable renovation on dd-trace >= 4.21

This reverts commit 5ab1d2e (#99).

DataDog/dd-trace-js#3887 (comment)

* Block specific version instead
  • Loading branch information
72636c authored Jan 1, 2024
1 parent 8f966bf commit ea3979d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"matchManagers": ["npm"],
"matchPackageNames": ["dd-trace"],

"allowedVersions": "< 4.21"
"allowedVersions": "!/^4.21.0$/"
},
{
"matchManagers": ["npm"],
Expand Down
2 changes: 1 addition & 1 deletion non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"matchManagers": ["npm"],
"matchPackageNames": ["dd-trace"],

"allowedVersions": "< 4.21"
"allowedVersions": "!/^4.21.0$/"
},
{
"excludePackageNames": ["seek-jobs/gantry"],
Expand Down
2 changes: 1 addition & 1 deletion third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"matchManagers": ["npm"],
"matchPackageNames": ["dd-trace"],

"allowedVersions": "< 4.21"
"allowedVersions": "!/^4.21.0$/"
},
{
"excludePackageNames": ["@koa/cors", "@seek/ie-logging"],
Expand Down

0 comments on commit ea3979d

Please sign in to comment.