mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 14:31:02 +00:00 
			
		
		
		
	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. (cherry picked from commit 9b1a8888fa754676073bc851b783b2b8f1adecfb)
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 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
 | |
|   ],
 | |
| };
 |