From d187d1bd76d3f25ba7f74f30bad10654b61aa0d4 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Thu, 21 Mar 2024 19:03:08 -0400 Subject: [PATCH] Add dependabot for GitHub Actions. (#330) --- .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..515f439 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "rustdoc-v28" + schedule: + interval: "weekly" + day: "saturday" + time: "01:12" + timezone: "America/New_York"