From 057dd465804efdaf45c2bad6651c665af0ed8421 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 26 Jul 2024 08:36:33 -0400 Subject: [PATCH] build: add dependabot action updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..40b60fe --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + time: "04:00" + timezone: "America/New_York"