Add daily updates for npm packages in Astro and Payload directory

This commit is contained in:
Max Schmidt 2023-06-17 01:29:28 +02:00
parent c61734e799
commit a5983a71ea

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/astro"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/payload"
schedule:
interval: "daily"