Update dependabot.yml (#1876)

Changed dependabot update schedule to daily to keep packages more up to date
This commit is contained in:
Temo
2024-05-18 20:17:39 +04:00
committed by GitHub
parent 1a045dc935
commit d4c136a48f

View File

@@ -8,8 +8,8 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/frontend" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"