mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	chore: re-enable renovate (#4955)
* Chore: reenable renovate * chore(renovate): Don't group major updates * chore(renovate): Use matchFileNames
This commit is contained in:
		
							parent
							
								
									35767591d2
								
							
						
					
					
						commit
						26fd797ac9
					
				@ -3,17 +3,19 @@
 | 
				
			|||||||
  "extends": ["config:base"],
 | 
					  "extends": ["config:base"],
 | 
				
			||||||
  "packageRules": [
 | 
					  "packageRules": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "matchPaths": ["mobile"],
 | 
					      "matchFileNames": ["mobile/**"],
 | 
				
			||||||
      "groupName": "mobile"
 | 
					      "groupName": "mobile",
 | 
				
			||||||
 | 
					      "matchUpdateTypes": ["minor", "patch"]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "matchPaths": ["server"],
 | 
					      "matchFileNames": ["server/**"],
 | 
				
			||||||
      "groupName": "server"
 | 
					      "groupName": "server",
 | 
				
			||||||
 | 
					      "matchUpdateTypes": ["minor", "patch"]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "matchPaths": ["web"],
 | 
					      "matchFileNames": ["web/**"],
 | 
				
			||||||
      "groupName": "web"
 | 
					      "groupName": "web",
 | 
				
			||||||
 | 
					      "matchUpdateTypes": ["minor", "patch"]
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "enabled": false
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user