chore(ci): add pip and npm ecosystems to Dependabot

This commit is contained in:
CloakHQ
2026-05-24 23:17:45 +02:00
parent 58ccdb683c
commit 41be4e0e30
+18
View File
@@ -8,3 +8,21 @@ updates:
actions: actions:
patterns: patterns:
- "*" - "*"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
groups:
python:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/js"
schedule:
interval: "weekly"
groups:
javascript:
patterns:
- "*"