-
Notifications
You must be signed in to change notification settings - Fork 6.3k
/
Copy pathdependabot.yml
78 lines (78 loc) · 1.93 KB
/
dependabot.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: monthly
labels:
- 'github_actions:pull-request'
commit-message:
prefix: meta
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: '/'
versioning-strategy: increase
schedule:
interval: monthly
labels:
- 'github_actions:pull-request'
commit-message:
prefix: meta
groups:
lint:
patterns:
- '@typescript-eslint/*'
- 'eslint'
- 'typescript-eslint'
- 'eslint-*'
- '@eslint/*'
- 'stylelint'
- 'stylelint-*'
exclude-patterns:
- 'eslint-plugin-storybook'
storybook:
patterns:
- 'storybook'
- '@storybook/*'
- 'eslint-plugin-storybook'
testing:
patterns:
- '@testing-library/*'
- '@types/testing-library*'
- '@types/jest'
- 'jest'
- 'jest-*'
next-js:
patterns:
- 'next'
- 'eslint-config-next'
- '@next/eslint-plugin-next'
- 'next-*'
- '@vercel/*'
mdx:
patterns:
- '@vcarl/remark-headings'
- '@mdx-js/*'
- 'rehype-*'
- 'remark-*'
react:
patterns:
- 'react'
- 'react-dom'
- '@types/react'
- '@types/react-dom'
tailwind:
patterns:
- '@savvywombat/tailwindcss-grid-areas'
- '@tailwindcss/container-queries'
- 'prettier-plugin-tailwindcss'
- 'tailwindcss'
orama:
patterns:
- '@orama/*'
- '@oramacloud/*'
ignore:
# Manually update major versions of @types/node with the version specified within .nvmrc
- dependency-name: '@types/node'
update-types: ['version-update:semver-major']
open-pull-requests-limit: 10