From abcc635634a403755f2b4695a948e9f8975dd3a8 Mon Sep 17 00:00:00 2001 From: behindadyingstar <133813077+behindadyingstar@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:12:06 +0200 Subject: [PATCH] add dependabot configuration (#10) --- .github/workflows/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..4bfca7c --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/apps/website" + schedule: + interval: "weekly" + day: "friday" + open-pull-requests-limit: 10 + - package-ecosystem: "npm" + directory: "/apps/cms" + schedule: + interval: "weekly" + day: "friday" + open-pull-requests-limit: 10