From 36248bca39a9b88a7ff3b8b2c12148b7137261b9 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 14 Jan 2025 20:48:53 -0500 Subject: [PATCH] build: dependabot --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..33f4f37a61 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +target-branch: docs +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + time: "04:00" + timezone: "America/New_York" + + - package-ecosystem: node + directory: / + schedule: + interval: weekly + time: "04:00" + timezone: "America/New_York"