From 3b184b988de8ec1053128d5d8f3361a329116c62 Mon Sep 17 00:00:00 2001
From: Bruce Bolt <bruce.bolt@digital.cabinet-office.gov.uk>
Date: Mon, 8 Jan 2024 09:01:39 +0000
Subject: [PATCH] Add GitHub Actions to dependabot configuration

---
 .github/dependabot.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 95677b04..ec692d3e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -10,3 +10,7 @@ updates:
       interval: weekly
     ignore:
       - dependency-name: ruby
+  - package-ecosystem: github-actions
+    directory: /
+    schedule:
+      interval: daily