Browse Source

Change Dependabot update interval to daily

pull/11599/head
afc163 3 months ago
committed by GitHub
parent
commit
c609c65a0d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/dependabot.yml

2
.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'

Loading…
Cancel
Save