Add a contribution to the avoid list

Inspired by #8637, #8638, #8576 and #8492. Bumping dependencies should
be purposeful and is costly. We need to QA them to ensure there has been
no breakage in all platforms
This commit is contained in:
Gabriel Horner
2023-02-16 18:04:11 -05:00
parent 3ef7fc01a8
commit 2d1625c2fe

View File

@@ -118,6 +118,7 @@ When submitting a Pull Request (PR) or expecting a subsequent review, please fol
7. The PR avoids the following changes that are not helpful to the core team:
* Unrelated refactoring or heavy refactoring
* Code or doc formatting changes including whitespace changes
* Dependency updates e.g. in package.json
### PR Additional Links