Browse Source
Change Dependabot update interval to daily
pull/11599/head
afc163
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/dependabot.yml
|
|
@ -8,4 +8,4 @@ updates: |
|
|
- package-ecosystem: 'npm' # See documentation for possible values |
|
|
- package-ecosystem: 'npm' # See documentation for possible values |
|
|
directory: '/' # Location of package manifests |
|
|
directory: '/' # Location of package manifests |
|
|
schedule: |
|
|
schedule: |
|
|
interval: 'weekly' |
|
|
interval: 'daily' |
|
|
|