From b639949ef94ecab78be306a4ae384864e950ab89 Mon Sep 17 00:00:00 2001 From: Anmol Baranwal <74038190+Anmol-Baranwal@users.noreply.github.com> Date: Wed, 7 Jun 2023 13:12:11 +0530 Subject: [PATCH] docs: add workflow to update dependencies --- .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..00698e3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + labels: + - 📦 dependencies # add this label in the repository + directory: / # location of package.json in the repository + schedule: + interval: weekly + commit-message: + prefix: "chore(deps)"