From 22d02a67265d33c2d38ecc7c625813f5020711d5 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 13 Jan 2023 16:34:58 -0600 Subject: [PATCH] Comply with Prettier expectations --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..b18fd29 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" + interval: 'weekly'