feat: update dependabot configuration for pip and npm package ecosystems

This commit is contained in:
Christian Krakau-Louis
2025-03-29 02:31:34 +01:00
parent 3bac586324
commit 8f96eabb7d
+10 -3
View File
@@ -5,8 +5,15 @@
version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "npm"
directory: "/frontend/static"
schedule:
interval: "monthly"
open-pull-requests-limit: 5