Skip to content

Commit 473b05d

Browse files
authored
Add Copilot guidelines for dependency update validation
1 parent 41a15f8 commit 473b05d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ Every TypeScript file under `src` and `scripts` must start with this header (adj
8686
* Provide meaningful error and log messages that help troubleshooting
8787
* Preserve existing behavior unless a change is intentional; cover behavior changes with tests
8888

89+
## Dependency Updates
90+
91+
Check the following for dependency updates and involved versions in package.json and the lock file. Do this for PRs from developers and Dependabot.
92+
* Known functional issues, API changes, or other incompatibilities
93+
* Known security vulnerabilities, malicious code, or supply chain attacks
94+
* Are the new version older than 3 days. Use NPM registry, GitHub releases, and GitHub tags to determine (in the listed order)
95+
96+
Add the results to the review report.
97+
8998
## Imports
9099

91100
* Group imports in this order:

0 commit comments

Comments
 (0)