We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bd15a commit 48afe5dCopy full SHA for 48afe5d
1 file changed
.github/dependabot.yml
@@ -0,0 +1,22 @@
1
+version: 2
2
+updates:
3
+ # Python dependencies (Backend)
4
+ # Dependabot uses the "pip" ecosystem to parse pyproject.toml and uv.lock
5
+ - package-ecosystem: "pip"
6
+ directory: "/backend"
7
+ schedule:
8
+ interval: "weekly"
9
+
10
+ # JavaScript/TypeScript dependencies (Frontend)
11
+ # Dependabot uses the "npm" ecosystem to parse package.json and bun.lockb / bun.lock
12
+ - package-ecosystem: "npm"
13
+ directory: "/frontend"
14
15
16
17
+ # Dockerfile dependencies
18
+ # Monitors base images in the Dockerfile for updates
19
+ - package-ecosystem: "docker"
20
+ directory: "/"
21
22
0 commit comments