From 51d333a009f9104506516feabbb4b1380c1afcc8 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 11 Jun 2024 13:49:12 -0400 Subject: [PATCH] feat: opt into dependabot for actions (#35) --- .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"