From 2ee9146fbeeaba29f5b846f3d4cee92be5665df3 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Thu, 9 May 2024 01:09:12 +0100 Subject: [PATCH] Add dependabot for GitHub actions --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..c0d71ac --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +# Check the GitHub actions for updates +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file