mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	Migrate config .github/renovate.json (#2232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									d70ca86d7c
								
							
						
					
					
						commit
						2c7038cd1f
					
				
					 1 changed files with 7 additions and 8 deletions
				
			
		
							
								
								
									
										15
									
								
								.github/renovate.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								.github/renovate.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,15 +1,14 @@
 | 
			
		|||
{
 | 
			
		||||
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
			
		||||
  "extends": [
 | 
			
		||||
    "config:base",
 | 
			
		||||
    ":dependencyDashboardApproval"
 | 
			
		||||
  ],
 | 
			
		||||
  "labels": [ "Dependencies" ],
 | 
			
		||||
  "extends": ["config:recommended", ":dependencyDashboardApproval"],
 | 
			
		||||
  "labels": ["Dependencies"],
 | 
			
		||||
  "packageRules": [
 | 
			
		||||
    {
 | 
			
		||||
    "matchUpdateTypes": [ "lockFileMaintenance" ]
 | 
			
		||||
      "matchUpdateTypes": ["lockFileMaintenance"]
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "lockFileMaintenance": { "enabled": true },
 | 
			
		||||
  "lockFileMaintenance": {
 | 
			
		||||
    "enabled": true
 | 
			
		||||
  },
 | 
			
		||||
  "dependencyDashboard": true
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue