From 9cce92e2ff07b595cd90f95835a66e7c16c1b4be Mon Sep 17 00:00:00 2001 From: Joe Stuart Date: Tue, 2 Apr 2024 12:49:16 -0500 Subject: [PATCH] Create dependabot.yml --- .github/workflows/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..640e185 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,10 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + time: '15:00' + timezone: Etc/UTC +