From 4cf19458fe6e5d63f15b14478a3a93a45d883142 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 22 Mar 2024 20:39:30 -0600 Subject: [PATCH] Only create docs dependabot PRs for docusaurus deps (#10593) * Only create docs dependabot PRs for docusaurus deps * Fix * Update dependabot.yml --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79e8b2881..db67aa2de 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