From f95b405fc65f5fe58039194994049ab61dfc850d Mon Sep 17 00:00:00 2001 From: "mohammadfaisalkhatri@gmail.com" Date: Wed, 25 Jun 2025 17:27:19 +0300 Subject: [PATCH] added github actions package config for dependabot --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a317c41..66a1631 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,14 @@ updates: groups: dependencies: dependency-type: 'production' + + - package-ecosystem: "github-actions" + directory: "/" + target-branch: main + open-pull-requests-limit: 20 + schedule: + interval: "weekly" + timezone: "Asia/Calcutta" + groups: + dependencies: + dependency-type: 'production' \ No newline at end of file