mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 06:24:11 +01:00 
			
		
		
		
	Configure pinned JS dependencies via updates.config.js (#29696)
Split out from https://github.com/go-gitea/gitea/pull/29684. This configures the [`updates`](https://github.com/silverwind/updates) module to exclude these modules for reasons stated in the comments.
This commit is contained in:
		
							parent
							
								
									7fd0a5b276
								
							
						
					
					
						commit
						9b1a8888fa
					
				
							
								
								
									
										6
									
								
								updates.config.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								updates.config.js
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,6 @@
 | 
			
		||||
export default {
 | 
			
		||||
  exclude: [
 | 
			
		||||
    '@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
 | 
			
		||||
    'eslint-plugin-array-func', // need to migrate to eslint flat config first
 | 
			
		||||
  ],
 | 
			
		||||
};
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user