소스 검색

Fix dependabot configuration

Juan Calderon-Perez 3 달 전
부모
커밋
d266490862
1개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  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'