From 039adc7e3820b4c7a688df9f5419bc401dd5dfbc Mon Sep 17 00:00:00 2001 From: Muhammad Faisal <55205405+beingfaisal@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:18:58 +0500 Subject: [PATCH] chore: github action auto update enabled using dependabot.yml (#18) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9186f74 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Adding new check for github-actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"