File tree Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ updates:
77 labels :
88 - dependencies
99 schedule :
10- interval : " daily "
10+ interval : " weekly "
1111
1212 # Maintain dependencies for Python
1313 - package-ecosystem : " pip"
1414 directory : " /"
1515 labels :
1616 - dependencies
1717 schedule :
18- interval : " daily "
18+ interval : " weekly "
1919 open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 2020
2121jobs :
2222
23- dependency-audit :
24- name : Dependency audit
25- runs-on : ubuntu-latest
26- steps :
27- - uses : actions/checkout@v3
28- - name : install python
29- uses : actions/setup-python@v4
30- with :
31- python-version : ${{env.pythonversion}}
32- - name : create local poetry install
33- run : |
34- python -m venv .venv
35- source .venv/bin/activate
36- pip install --upgrade pip setuptools
37- python -m pip install poetry
38- poetry install
39- -
uses :
trailofbits/[email protected] 40- with :
41- virtual-environment : .venv
42- ignore-vulns : |
43- GHSA-w596-4wvx-j9j6 # subversion related git dep, dependency for pytest. This is no impact here.
44- GHSA-2p9h-ccw7-33gf # invalid ddos comment on the cleo package
45- GHSA-hcpj-qp55-gfph
46- GHSA-29gw-9793-fvw7 # ipython test dep, not in release
47-
4823 lint :
4924 name : Linter
5025 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments