forked from shuding/nextra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json5
34 lines (34 loc) · 937 Bytes
/
renovate.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:base'],
schedule: ['every weekend'],
packageRules: [
{
groupName: 'lint',
matchPackageNames: [
'@next/eslint-plugin-next',
'@typescript-eslint/eslint-plugin',
'@typescript-eslint/parser',
'eslint',
'eslint-config-prettier',
'eslint-plugin-deprecation',
'eslint-plugin-import',
'eslint-plugin-react',
'eslint-plugin-react-hooks',
'eslint-plugin-sonarjs',
// 'eslint-plugin-tailwindcss',
'eslint-plugin-typescript-sort-keys',
'eslint-plugin-unicorn',
'prettier',
'prettier-plugin-pkg',
'prettier-plugin-tailwindcss',
'@ianvs/prettier-plugin-sort-imports'
]
},
{
groupName: 'latex',
matchPackageNames: ['remark-math', 'rehype-katex']
}
],
baseBranches: ['main']
}