Skip to content

Commit a17efc7

Browse files
committed
Rename requirements.txt file for dependabot to work
1 parent 2029a43 commit a17efc7

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "02:00"
8+
open-pull-requests-limit: 10
9+
10+
- package-ecosystem: github-actions
11+
directory: "/"
12+
schedule:
13+
interval: daily
14+
time: "02:00"
15+
open-pull-requests-limit: 10

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: |
4545
pip install -U pip setuptools wheel
46-
pip install -r dev-requirements.txt
46+
pip install -r requirements.txt
4747
- name: Run linters
4848
run: |
4949
mypy .
File renamed without changes.

0 commit comments

Comments
 (0)