From 525cda33ecda9c572ce8256ef4cb14d3b69fe8e8 Mon Sep 17 00:00:00 2001 From: Faisal Afroz Date: Tue, 9 Jul 2024 16:19:53 +0530 Subject: [PATCH] Create dependabot.yml (#26) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8f865ae --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 + +updates: + # Keep dependencies for GitHub Actions up-to-date + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily'