Ver Fonte

Fix dependabot configuration

Juan Calderon-Perez há 3 meses atrás
pai
commit
d266490862
1 ficheiros alterados com 10 adições e 2 exclusões
  1. 10 2
      .github/dependabot.yml

+ 10 - 2
.github/dependabot.yml

@@ -1,12 +1,20 @@
 version: 2
 updates:
-  - package-ecosystem: pip
-    directory: '/backend'
+  - package-ecosystem: uv
+    directory: '/'
+    schedule:
+      interval: monthly
+    target-branch: 'dev'
+
+  - package-ecosystem: npm
+    directory: '/'
     schedule:
       interval: monthly
     target-branch: 'dev'
+
   - package-ecosystem: 'github-actions'
     directory: '/'
     schedule:
       # Check for updates to GitHub Actions every week
       interval: monthly
+    target-branch: 'dev'