From 34d7f0a860caa254f45bec55dc893f8a5997b8cb Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Tue, 16 Nov 2021 15:18:37 -0500 Subject: [PATCH] chore: Ignore docs directory for dependabot (#17451) * Ignore docs directory * fix --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8f06abe4a15e0..493868eab966d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,9 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 0 + + - package-ecosystem: "npm" + directory: "/docs/" + schedule: + interval: "daily" + open-pull-requests-limit: 0