File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
2
+
3
+ version : 2
4
+ updates :
5
+ - package-ecosystem : github-actions
6
+ commit-message :
7
+ prefix : setup
8
+ include : scope
9
+ directory : /
10
+ schedule :
11
+ interval : monthly
12
+ - package-ecosystem : npm
13
+ commit-message :
14
+ prefix : dep
15
+ include : scope
16
+ directory : /
17
+ ignore :
18
+ # Manually update major versions of @types/node with the version specified within .nvmrc
19
+ - dependency-name : ' @types/node'
20
+ update-types : ['version-update:semver-major']
21
+ open-pull-requests-limit : 10
22
+ schedule :
23
+ interval : monthly
24
+ groups :
25
+ next-js :
26
+ patterns :
27
+ - ' next*'
28
+ react :
29
+ patterns :
30
+ - ' react'
31
+ - ' react-dom'
32
+ - ' @types/react'
33
+ - ' @types/react-dom'
34
+ nodejs-loaders :
35
+ patterns :
36
+ - ' @nodejs-loaders/*'
You can’t perform that action at this time.
0 commit comments