From 0128f21a38f3c02dbe5c8761f0697fa37f6d11cd Mon Sep 17 00:00:00 2001 From: Naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Fri, 23 Jun 2023 14:36:55 -0500 Subject: [PATCH] chore: Included githubactions in the dependabot config (#2240) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6732797b..1755ef88e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: - dependency-name: github.com/spf13/cobra versions: - 1.1.2 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10