From 47f2bc68e8cfc190160abccc2c8244023b424a58 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 20 Feb 2023 12:38:44 -0500 Subject: [PATCH] feat: opt into gh 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 00000000..e5e3f7cf --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + time: "08:00" + timezone: "America/New_York"