From a8074b5f469a76040acdf19b92b00539b3d1a5e5 Mon Sep 17 00:00:00 2001 From: Joss Sparkes Date: Thu, 18 Aug 2022 15:27:08 +0100 Subject: [PATCH] Added action for checking actions update version Signed-off-by: Joss Sparkes --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 206ce164e..bc6b7d56b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,3 +24,8 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 5 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5