From 95ec5f1df7edf5256697af0a41ecdc4b92e4d2f4 Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood nkdAgility.com" Date: Thu, 3 Oct 2024 15:37:19 +0100 Subject: [PATCH] Added dependabot check for actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e734c2d30..06ac3b84d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/src" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" \ No newline at end of file