mirror of
				https://github.com/mgechev/revive.git
				synced 2025-10-30 23:37:49 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			290 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			290 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | |
|   "extends": [
 | |
|     "config:recommended"
 | |
|   ],
 | |
|   "packageRules": [
 | |
|     {
 | |
|       "matchManagers": ["gomod"],
 | |
|       "matchDepTypes": ["indirect"],
 | |
|       "enabled": true
 | |
|     }
 | |
|   ],
 | |
|   "postUpdateOptions": [
 | |
|     "gomodTidy"
 | |
|   ]
 | |
| }
 |