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