dependabot.yml: check daily for updates

This commit is contained in:
Philip H 2023-11-05 10:49:56 +01:00 committed by GitHub
parent 78f6e93b44
commit b346c3e3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "npm"
directory: "/src"
schedule:
interval: "weekly"
interval: "daily"