From 77e9a6cd88f85c819a7adb7deb5405b0f8285ba0 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 23 Nov 2021 18:41:19 -0500 Subject: [PATCH] chore(dependabot): correct quoting for prettier (#735) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e39b13c24..cabdb7467 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,11 @@ updates: schedule: interval: weekly - package-ecosystem: npm - directory: "/website" + directory: '/website' schedule: interval: weekly - package-ecosystem: npm - directory: "/website/plugins/docusaurus-plugin-hotjar" + directory: '/website/plugins/docusaurus-plugin-hotjar' schedule: interval: weekly versioning-strategy: increase