From 68daba6fb17a65d7061f5f7d37556cdd5aa1ded9 Mon Sep 17 00:00:00 2001 From: Faisal Date: Wed, 11 Sep 2024 16:00:33 +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..9186f74 --- /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"