Skip to content

Commit a127e39

Browse files
committed
chore(sync-server): synced local './.github/dependabot.yml' with remote './configs/.github/dependabot.yml'
1 parent deaf50f commit a127e39

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,21 @@ updates:
2222
patterns:
2323
- 'react'
2424
- 'react-dom'
25+
- '@types/react'
26+
- '@types/react-dom'
2527
next:
2628
patterns:
2729
- 'next'
2830
- '@next/*'
31+
shikijs:
32+
patterns:
33+
- '@shikijs/*'
2934
typescript-eslint:
3035
patterns:
3136
- '@typescript-eslint/*'
37+
types:
38+
patterns:
39+
- '@types/*'
3240
open-pull-requests-limit: 2
3341
schedule:
3442
interval: 'daily'

0 commit comments

Comments
 (0)