Skip to content

Commit

Permalink
Restore default waiting period for patches
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Chung <[email protected]>
  • Loading branch information
72636c and samchungy committed Dec 19, 2023
1 parent 7251196 commit 5bd1fb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
{
"matchManagers": ["npm"],
"matchPackageNames": ["dd-trace"],
"matchUpdateTypes": ["major", "minor"],

"minimumReleaseAge": "14 days"
},
Expand Down
1 change: 1 addition & 0 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
{
"matchManagers": ["npm"],
"matchPackageNames": ["dd-trace"],
"matchUpdateTypes": ["major", "minor"],

"allowedVersions": "< 4.21"
},
Expand Down
1 change: 1 addition & 0 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
{
"matchManagers": ["npm"],
"matchPackageNames": ["dd-trace"],
"matchUpdateTypes": ["major", "minor"],

"minimumReleaseAge": "14 days"
},
Expand Down

0 comments on commit 5bd1fb5

Please sign in to comment.