Skip to content

Commit b622621

Browse files
committed
update docs
1 parent 36bfb3d commit b622621

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,3 +514,10 @@ To profile a test script and generate a flame graph, follow these steps:
514514
(Note: on macOS you will need to run this command using `sudo` to allow `py-spy` to attach to the Python process.)
515515
4. If you need to include native code (for example the C extensions), profiling should be done on a Linux system, as macOS and Windows do not support the `--native` option of `py-spy`.
516516
Creating an ubuntu Evergreen spawn host and using `scp` to copy the flamegraph `.svg` file back to your local machine is the best way to do this.
517+
518+
## Dependabot updates
519+
520+
Dependabot will raise PRs at most once per week, grouped by GitHub Actions updates and Python requirement
521+
file updates. We have a pre-commit hook that will update the `uv.lock` file when requirements change.
522+
To update the lock file on a failing PR, you can use a method like `gh pr checkout <pr number>`, then run
523+
`uvx pre-commit run --all-files uv-lock` to update the lock file, and then push the changes.

0 commit comments

Comments
 (0)