Fuzzy
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
.github/workflows/dependabot.yml
|
|
@ -9,3 +9,11 @@ updates: |
|
|
directory: "/" |
|
|
directory: "/" |
|
|
schedule: |
|
|
schedule: |
|
|
interval: "daily" |
|
|
interval: "daily" |
|
|
|
|
|
|
|
|
|
|
|
# Enable version updates for npm |
|
|
|
|
|
- package-ecosystem: "npm" |
|
|
|
|
|
# Look for `package.json` and `lock` files in the `root` directory |
|
|
|
|
|
directory: "/" |
|
|
|
|
|
# Check the npm registry for updates every day (weekdays) |
|
|
|
|
|
schedule: |
|
|
|
|
|
interval: "daily" |
|
|
|