From 53959d42044da311e1c78c44ac7ede81b1f73664 Mon Sep 17 00:00:00 2001 From: Ashish Kurmi Date: Thu, 3 Nov 2022 00:18:31 -0700 Subject: [PATCH] Update dependabot config to include github actions Signed-off-by: Ashish Kurmi --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b4beb8621..9f5988f1bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,3 +19,10 @@ updates: labels: - 'source: dependencies' - 'pr: chore' + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + labels: + - 'source: dependencies' + - 'pr: chore'