-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
51 lines (49 loc) · 1.13 KB
/
Copy pathdependabot.yml
File metadata and controls
51 lines (49 loc) · 1.13 KB
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
# Dependabot — auto PRs for dependency updates.
# Spec: docs/DEVELOPMENT_PLAN.md §0 (engineering hygiene)
#
# We group most updates by ecosystem so we don't drown in tiny PRs. Major
# updates remain separate so they get explicit review.
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5
groups:
typescript:
patterns:
- 'typescript'
- '@types/*'
- 'typescript-eslint'
update-types:
- 'minor'
- 'patch'
eslint:
patterns:
- 'eslint'
- '@eslint/*'
update-types:
- 'minor'
- 'patch'
testing:
patterns:
- 'vitest'
- '@vitest/*'
update-types:
- 'minor'
- 'patch'
react:
patterns:
- 'react'
- 'react-dom'
- '@types/react'
- '@types/react-dom'
update-types:
- 'minor'
- 'patch'
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly