mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			338 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			338 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
						|
  "extends": ["config:recommended", ":dependencyDashboardApproval"],
 | 
						|
  "labels": ["Dependencies"],
 | 
						|
  "packageRules": [
 | 
						|
    {
 | 
						|
      "matchUpdateTypes": ["lockFileMaintenance"]
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "lockFileMaintenance": {
 | 
						|
    "enabled": true
 | 
						|
  },
 | 
						|
  "dependencyDashboard": true
 | 
						|
}
 |