Skip to content

Commit 844b8fd

Browse files
committed
chore: add dependabot configuration for pip updates
1 parent aafcd5e commit 844b8fd

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
timezone: "Asia/Shanghai"

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.11"
10-
django = "^5.2"
11-
drf-spectacular = {extras = ["sidecar"], version = "^0.28.0"}
12-
django-redis = "^5.4.0"
13-
psycopg2-binary = "^2.9.10"
14-
django-db-connection-pool = "^1.2.5"
10+
django = "5.2"
11+
drf-spectacular = {extras = ["sidecar"], version = "0.28.0"}
12+
django-redis = "5.4.0"
13+
psycopg2-binary = "2.9.10"
14+
django-db-connection-pool = "1.2.5"
1515

1616

1717
[build-system]

0 commit comments

Comments
 (0)