chore(dependabot.yml): change the update schedule interval from daily to weekly

This commit is contained in:
Sped0n
2023-11-01 22:54:23 +08:00
parent 7c7a58ea24
commit 67c0dcd70b

View File

@@ -5,8 +5,8 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: "daily"
interval: 'weekly'
open-pull-requests-limit: 1000