From d1e54bc4d2cf1b08675e29a7b7c903f3ea205279 Mon Sep 17 00:00:00 2001 From: Anashuman Singh <125425881+AsCress@users.noreply.github.com> Date: Sat, 31 Aug 2024 18:29:53 +0530 Subject: [PATCH] chore: add dependabot (#127) --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ef1df1a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 + +enable-beta-ecosystems: true +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file