From 05fe4a6457e0e851c461904726a56cc131ed7922 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Sun, 29 Dec 2024 15:35:06 +0100 Subject: [PATCH] Set update schedule for GitHub Actions. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2c932a9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file