Skip to content

Commit fa319d1

Browse files
committed
feat: dependabot
1 parent 4c77699 commit fa319d1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions' # See documentation for possible values
4+
directory: '/' # Location of package manifests
5+
schedule:
6+
interval: 'daily'
7+
target-branch: 'master'
8+
- package-ecosystem: 'pip'
9+
directory: '/'
10+
schedule:
11+
interval: 'weekly'
12+
target-branch: 'master'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
rich==13.6.0
2+
tqdm==4.66.1

requirements_dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
black==23.9.1
2-
ruff==0.1.0
1+
ruff==0.1.14
32
pytest==7.4.2
43
pytest-cov==4.1.0
4+
types-tqdm==4.66.1
5+
types-seaborn

0 commit comments

Comments
 (0)