소스 검색

Allow Dependabot to check Python dependencies (#4482)

John Losito 4 년 전
부모
커밋
71d207ff19
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .github/dependabot.yml

+ 4 - 0
.github/dependabot.yml

@@ -4,3 +4,7 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+  - package-ecosystem: "pip"
+    directory: "/"
+    schedule:
+      interval: "daily"