From bb1709a03196cac7728c1f7fd8ba73e7d8e137c2 Mon Sep 17 00:00:00 2001 From: Faisal Date: Wed, 11 Sep 2024 15:58:51 +0500 Subject: [PATCH] chore: github action auto update enabled using dependabot.yml --- .github/dempendabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dempendabot.yml diff --git a/.github/dempendabot.yml b/.github/dempendabot.yml new file mode 100644 index 0000000..2612fb3 --- /dev/null +++ b/.github/dempendabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Adding new check for github-actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file