Skip to content

Commit fb58847

Browse files
authored
feat: Add dependabot support (#53)
1 parent 26389a2 commit fb58847

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
reviewers:
8+
- "ZPascal"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
httpx[http2]~=0.24.1
1+
httpx[http2]
22
pytest
33
pytest-httpx

0 commit comments

Comments
 (0)