From d697b6addd88a8cfaa5b5b56eb360fe6c91fb223 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Thu, 6 Jun 2024 13:13:21 -0400 Subject: [PATCH] feat: opt into dependabot for actions --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..69f7f37 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: "monday" + time: "08:00" + timezone: "America/New_York"