Skip to content

Commit 77e9a6c

Browse files
authored
chore(dependabot): correct quoting for prettier (#735)
1 parent e95cd82 commit 77e9a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ updates:
55
schedule:
66
interval: weekly
77
- package-ecosystem: npm
8-
directory: "/website"
8+
directory: '/website'
99
schedule:
1010
interval: weekly
1111
- package-ecosystem: npm
12-
directory: "/website/plugins/docusaurus-plugin-hotjar"
12+
directory: '/website/plugins/docusaurus-plugin-hotjar'
1313
schedule:
1414
interval: weekly
1515
versioning-strategy: increase

0 commit comments

Comments
 (0)