From 5c5af618738a4e2c287e857aa712131582eaf7d5 Mon Sep 17 00:00:00 2001
From: Ashish Kurmi <akurmi@stepsecurity.io>
Date: Wed, 26 Oct 2022 01:10:46 -0700
Subject: [PATCH] Include GitHub Actions in dependabot config

Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3f072e2b30..154cc36c6c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -66,3 +66,7 @@ updates:
   - dependency-name: y18n
     versions:
     - 4.0.1
+- package-ecosystem: github-actions
+  directory: /
+  schedule:
+    interval: daily