dependabot-preview[bot]
GitHub
5 months ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
14 additions and
0 deletions
-
.github/dependabot.yml
|
|
@@ -0,0 +1,14 @@ |
|
|
|
version: 2 |
|
|
|
updates: |
|
|
|
- package-ecosystem: pip |
|
|
|
directory: "/api" |
|
|
|
schedule: |
|
|
|
interval: daily |
|
|
|
time: "04:00" |
|
|
|
open-pull-requests-limit: 10 |
|
|
|
- package-ecosystem: npm |
|
|
|
directory: "/front" |
|
|
|
schedule: |
|
|
|
interval: daily |
|
|
|
time: "04:00" |
|
|
|
open-pull-requests-limit: 10 |