From e50ead53baa72c59a13646cec83a35c489d812ac Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Tue, 14 Jan 2025 20:51:47 -0500 Subject: [PATCH] build: dependabot --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 33f4f37a61..ea5883e12c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,15 @@ version: 2 -target-branch: docs updates: - package-ecosystem: github-actions + target-branch: docs directory: / schedule: interval: weekly time: "04:00" timezone: "America/New_York" - - package-ecosystem: node + - package-ecosystem: npm + target-branch: docs directory: / schedule: interval: weekly