-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathdependabot.yml
More file actions
73 lines (71 loc) · 1.5 KB
/
dependabot.yml
File metadata and controls
73 lines (71 loc) · 1.5 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# We define the interval for the updates to be monthly
# because we don't want to have too many updates
# and the project is currently in a development stage
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: monthly
commit-message:
prefix: meta
cooldown:
default-days: 3
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: '/'
versioning-strategy: increase
schedule:
interval: monthly
commit-message:
prefix: meta
cooldown:
default-days: 3
groups:
orama:
patterns:
- '@orama/*'
cli:
patterns:
- 'commander'
- '@clack/prompts'
lint:
patterns:
- 'prettier'
- 'eslint'
- 'eslint-*'
- 'lint-staged'
- '@eslint/*'
unist:
patterns:
- 'unified'
- 'unist-*'
- 'vfile'
remark:
patterns:
- 'remark-*'
- 'shiki'
rehype:
patterns:
- 'rehype-*'
ast:
patterns:
- 'estree-*'
- 'hast-*'
- 'mdast-*'
- 'hastscript'
- 'acorn'
recma:
patterns:
- 'recma-*'
compiling:
patterns:
- '@minify-html/node'
- '@rollup/*'
- 'rolldown'
- 'lightningcss'
react:
patterns:
- 'preact'
- 'preact-*'
open-pull-requests-limit: 10