Skip to content

Commit deacbab

Browse files
benjefferymergify[bot]
authored andcommitted
Add monthly dependancy check
1 parent 3ed8624 commit deacbab

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.pyup.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
update: all
2+
pin: True
3+
branch: main
4+
schedule: "every month"
5+
search: False
6+
requirements:
7+
- python/requirements/CI-complete/requirements.txt
8+
- python/requirements/CI-docs/requirements.txt
9+
- python/requirements/CI-tests-conda/requirements.txt
10+
- python/requirements/CI-tests-pip/requirements.txt
11+
assignees: benjeffery

docs/development.md

+4
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,10 @@ checks for code quality.
936936

937937
- [CodeCov](https://codecov.io/gh)_ tracks test coverage in Python and C.
938938

939+
- [PyUp](https://pyup.io/) Runs monthly checks on the Python dependencies listed in the
940+
requirements files, which are pinned to ensure CI reproducibility. PyUp opens one PR
941+
a month with updated pins.
942+
939943

940944
(sec_development_best_practices)=
941945

0 commit comments

Comments
 (0)