From 06d052d6ba0af88da57f5d98fb6192ce25ac4159 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Sun, 29 Oct 2023 10:38:03 +1000 Subject: [PATCH] Add dependabot for actions --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..eb2b3b2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"