From 84e9e0777d5dab594de8cc5f15d3161752c25038 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Mon, 6 Feb 2023 12:44:28 -0500 Subject: [PATCH] build: add automation for dependabot actions (#70) --- .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..e5e3f7c --- /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"