Skip to content

Commit

Permalink
RFC: Wait longer before renovating dd-trace (#100)
Browse files Browse the repository at this point in the history
We have lower confidence in new versions of this package; also see #99.

Co-authored-by: Sam Chung <[email protected]>
  • Loading branch information
72636c and samchungy authored Dec 19, 2023
1 parent 0490d5e commit 8f966bf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@

"enabled": false
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["dd-trace"],
"matchUpdateTypes": ["major", "minor"],

"minimumReleaseAge": "14 days"
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["aws-sdk-mock"],
Expand Down
7 changes: 7 additions & 0 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@

"enabled": false
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["dd-trace"],
"matchUpdateTypes": ["major", "minor"],

"minimumReleaseAge": "14 days"
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["aws-sdk-mock"],
Expand Down
7 changes: 7 additions & 0 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@

"enabled": false
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["dd-trace"],
"matchUpdateTypes": ["major", "minor"],

"minimumReleaseAge": "14 days"
},
{
"excludePackagePatterns": ["^seek-jobs/", "^seek-oss/"],
"matchManagers": ["buildkite"],
Expand Down

0 comments on commit 8f966bf

Please sign in to comment.