From 28864ff8082b519283d7e6187a79f9e42ebe4b6d Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Thu, 10 Aug 2023 15:15:03 -0400 Subject: [PATCH] Automatically update GitHub Actions dependencies with dependabot (#9221) Signed-off-by: Andriy Redko --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f49d899170d49..f6206d98cd10d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,14 @@ updates: labels: - "dependabot" - "dependencies" + - directory: / + open-pull-requests-limit: 1 + package-ecosystem: "github-actions" + schedule: + interval: "weekly" + labels: + - "dependabot" + - "dependencies" - directory: /benchmarks/ open-pull-requests-limit: 1 package-ecosystem: gradle