Skip to content

Commit 58a080d

Browse files
authored
chore(sync-server): update dependabot.yml and dependencies (#527)
synced local file(s) with [lumirlumir/lumirlumir-configs](https://github.com/lumirlumir/lumirlumir-configs). @lumirlumir check out [`9fd6c5c`](https://github.com/lumirlumir/lumirlumir-configs/commit/9fd6c5c4bcc3e9f6c0b3a7ad04746d4ea5e60309).🐣 <details> <summary>Changed files</summary> <ul> <li>synced local <code>./.github/sync-client.yml</code> with remote <code>./clients/npm-clang-format-node.yml</code></li><li>synced local <code>./.github/dependabot.yml</code> with remote <code>./configs/.github/dependabot.yml</code></li> </ul> </details> --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#19793768290](https://github.com/lumirlumir/lumirlumir-configs/actions/runs/19793768290)
1 parent 5813b27 commit 58a080d

File tree

5 files changed

+280
-379
lines changed

5 files changed

+280
-379
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'

.github/sync-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ lumirlumir/lumirlumir-configs:
2828
dest: ./configs/.husky/pre-commit
2929
# ./.vscode
3030
- source: ./.vscode/extensions.json
31-
dest: ./configs/.vscode/npm-extensions.json
31+
dest: ./configs/.vscode/extensions.json
3232
- source: ./.vscode/settings.json
3333
dest: ./configs/.vscode/settings.json
3434
# ./scripts

0 commit comments

Comments
 (0)