mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			356 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			356 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
						|
  "extends": ["config:base"],
 | 
						|
  "packageRules": [
 | 
						|
    {
 | 
						|
      "matchPaths": ["mobile"],
 | 
						|
      "groupName": "mobile"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "matchPaths": ["server"],
 | 
						|
      "groupName": "server"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "matchPaths": ["web"],
 | 
						|
      "groupName": "web"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "enabled": false
 | 
						|
}
 |