From 795ad89c8ac8edb075e0a540fc660177dc4cba6a Mon Sep 17 00:00:00 2001 From: abhisheksr01 Date: Tue, 6 Feb 2024 15:20:08 +0000 Subject: [PATCH] ci(#276): add dependabot config for github actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 34477c7..2c0da9b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,11 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: / + schedule: + interval: daily + open-pull-requests-limit: 10 + commit-message: + prefix: ci + include: scope \ No newline at end of file