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

View File

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