Explorar o código

Merge pull request #12515 from gaby/fix-dependabot

chore: Fix dependabot configuration
Timothy Jaeryang Baek hai 4 meses
pai
achega
6323b9f4f0
Modificáronse 1 ficheiros con 10 adicións e 2 borrados
  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'