Skip to content

Commit dc27d86

Browse files
committed
dependecy update changes
1 parent 87d3a08 commit dc27d86

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,6 @@ env:
2020

2121
jobs:
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

0 commit comments

Comments
 (0)