QuantIQ / .github /dependabot.yml
Karan6124's picture
security: add dependabot configuration for dependency monitoring
4cea2aa
Raw
History Blame Contribute Delete
293 Bytes
version: 2
updates:
# Enable version updates for pip (Python)
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
# Enable version updates for npm (Frontend)
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"