Skip to content

Commit bd46fb4

Browse files
ci(github): fix dependabot.yml
1 parent 51259f7 commit bd46fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ updates:
2323
- eslint-plugin-prettier
2424
react:
2525
patterns:
26-
- @types/react
27-
- @types/react-dom
26+
- '@types/react'
27+
- '@types/react-dom'
2828
- react
2929
- react-dom
3030
typescript-eslint:

0 commit comments

Comments
 (0)