Skip to content

Commit 4e2f851

Browse files
Add dependency update rules to dependabot.yaml (#651)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cf1c56d commit 4e2f851

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

.github/dependabot.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,16 @@ updates:
1313
directory: '/'
1414
schedule:
1515
interval: 'monthly'
16+
17+
groups:
18+
dependencies:
19+
patterns:
20+
- '@chakra-ui*'
21+
- '@emotion*'
22+
- '@mdx-js*'
23+
- '@next*'
24+
- 'd3'
25+
- 'date*'
26+
- 'next*'
27+
- 'react*'
28+
- 'swr'

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ repos:
77
exclude: \.html$
88
- id: end-of-file-fixer
99
exclude: \.html$
10-
- id: check-json
1110
- id: check-added-large-files
1211
args: ['--maxkb=20000']
1312
- id: check-yaml

jsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"paths": {
5-
"@/*": ["./src/*"]
6-
}
7-
}
5+
"@/*": ["./src/*"],
6+
},
7+
},
88
}

0 commit comments

Comments
 (0)