From b0fd9cdf330987538b29b05460e078b63be22d17 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 21 Mar 2024 12:01:12 -0600 Subject: [PATCH] Only create docs dependabot PRs for docusaurus deps --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79e8b2881..7832b677c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,5 +34,7 @@ updates: directory: "/docs" schedule: interval: daily + allow: + dependency-name: "@docusaurus/* open-pull-requests-limit: 10 target-branch: dev