From 6f95dfdcb664d5fbf1dddbc00ebc9984e719b2fe Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 26 Jul 2024 10:27:07 -0400 Subject: [PATCH] build: add dependabot action updates (#17) * build: add dependabot action updates * chore: lint --- .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..4536e6e --- /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'