From 259c27e04f1c40950740136c3354eb3dd31b3ce2 Mon Sep 17 00:00:00 2001 From: Soubhik Gon <119437069+zakhaev26@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:44:18 +0530 Subject: [PATCH] chore: creates dependabot.yml --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..67f8c67 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: "npm" + + directory: "/" + + schedule: + interval: "weekly" + + commit-message: + prefix: "chore: " + + - package-ecosystem: "github-actions" + + directory: "/" + + schedule: + interval: "daily"