From bff4ae3750ea5d0836d12f5a5901f3ea8dfafa03 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Fri, 5 Apr 2024 14:31:12 +0100 Subject: [PATCH] Add dependabot update checking for GitHub actions --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..91380fe --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +# Check the GitHub actions for updates +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" +