File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,42 @@ updates:
33 - package-ecosystem : ' npm'
44 directory : ' /'
55 schedule :
6- interval : ' daily'
6+ interval : ' weekly'
7+ day : ' monday'
8+ time : ' 13:00'
9+ open-pull-requests-limit : 5
10+ versioning-strategy : ' increase-if-necessary'
11+ commit-message :
12+ prefix : ' chore(deps)'
13+ groups :
14+ lint :
15+ patterns :
16+ - ' eslint'
17+ - ' @eslint/*'
18+ - ' typescript-eslint'
19+ - ' @html-eslint/*'
20+ vite :
21+ patterns :
22+ - ' vite'
23+ - ' @vitejs/*'
24+ - ' vite-plugin-*'
25+ - ' vitest'
26+ - ' @vitest/*'
27+ build :
28+ patterns :
29+ - ' esbuild'
30+ - ' typescript'
31+ - ' wireit'
32+
33+ - package-ecosystem : ' github-actions'
34+ directory : ' /'
35+ schedule :
36+ interval : ' weekly'
37+ day : ' monday'
38+ time : ' 13:00'
39+ commit-message :
40+ prefix : ' chore(ci)'
41+ groups :
42+ github-actions :
43+ patterns :
44+ - ' *'
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ export default {
1818 'always' ,
1919 [
2020 'ci' ,
21+ 'deps' ,
2122 'docs' ,
2223 'internals' ,
2324 'create' ,
You can’t perform that action at this time.
0 commit comments