-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
renovate.json5
37 lines (37 loc) · 1001 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
35
36
37
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:base'],
schedule: ['every weekend'],
packageRules: [
{
groupName: 'lint',
matchPackageNames: [
'@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']
},
{
groupName: 'next',
matchPackageNames: ['next', '@next/eslint-plugin-next']
}
],
baseBranches: ['main']
}