From 745c19932fb6d521919ac6cda9424526f92e6ee3 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Sun, 29 Dec 2024 15:36:45 +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 00000000..2c932a9d --- /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