chore: add dependabot configuration for npm, pip, GitHub Actions, and Docker

Agent-Logs-Url: https://github.com/th30d4y/OpenLearnX/sessions/725ba46a-da27-4aa9-a435-706bc4cda530

Co-authored-by: 0x5t4l1n <161853795+0x5t4l1n@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-04 21:35:53 +00:00
committed by GitHub
parent d40b126366
commit cc8f7ad27a
+41
View File
@@ -0,0 +1,41 @@
version: 2
updates:
# npm - frontend
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "javascript"
# pip - Python backend
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "python"
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "github-actions"
# Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "docker"