From f153aed3c77d05662959581a7b5d7f0477466c27 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Wed, 21 Dec 2022 00:52:14 +1100 Subject: [PATCH] chore: attempt to enable dependabot for monorepo Ref: https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027 --- .github/workflows/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 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 0000000000..112c5c8ea1 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + open-pull-requests-limit: 1 + schedule: + interval: "daily" + reviewers: ["fryorcraken"] + versioning-strategy: increase + commit-message: + prefix: "chore(deps)" + include: "scope"