From a5983a71eaeca48605b4e78a95548c28d625a641 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Sat, 17 Jun 2023 01:29:28 +0200 Subject: [PATCH] Add daily updates for npm packages in Astro and Payload directory --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..96d3529 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/astro" + schedule: + interval: "daily" + - package-ecosystem: "npm" + directory: "/payload" + schedule: + interval: "daily"