mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	chore: add renovate grouping for docs and consolidate schedule (#5368)
This commit is contained in:
		
							parent
							
								
									869d400617
								
							
						
					
					
						commit
						2bb75b6aa9
					
				@ -7,7 +7,13 @@
 | 
				
			|||||||
      "matchFileNames": ["cli/**"],
 | 
					      "matchFileNames": ["cli/**"],
 | 
				
			||||||
      "groupName": "@immich/cli",
 | 
					      "groupName": "@immich/cli",
 | 
				
			||||||
      "matchUpdateTypes": ["minor", "patch"],
 | 
					      "matchUpdateTypes": ["minor", "patch"],
 | 
				
			||||||
      "schedule": "on monday"
 | 
					      "schedule": "on tuesday"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "matchFileNames": ["docs/**"],
 | 
				
			||||||
 | 
					      "groupName": "docs",
 | 
				
			||||||
 | 
					      "matchUpdateTypes": ["minor", "patch"],
 | 
				
			||||||
 | 
					      "schedule": "on tuesday"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "matchFileNames": ["mobile/**"],
 | 
					      "matchFileNames": ["mobile/**"],
 | 
				
			||||||
@ -20,29 +26,29 @@
 | 
				
			|||||||
      "groupName": "server",
 | 
					      "groupName": "server",
 | 
				
			||||||
      "matchUpdateTypes": ["minor", "patch"],
 | 
					      "matchUpdateTypes": ["minor", "patch"],
 | 
				
			||||||
      "excludePackagePrefixes": ["exiftool"],
 | 
					      "excludePackagePrefixes": ["exiftool"],
 | 
				
			||||||
      "schedule": "on wednesday"
 | 
					      "schedule": "on tuesday"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "groupName": "exiftool",
 | 
					      "groupName": "exiftool",
 | 
				
			||||||
      "matchPackagePrefixes": ["exiftool"],
 | 
					      "matchPackagePrefixes": ["exiftool"],
 | 
				
			||||||
      "schedule": "on monday"
 | 
					      "schedule": "on tuesday"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "matchFileNames": ["web/**"],
 | 
					      "matchFileNames": ["web/**"],
 | 
				
			||||||
      "groupName": "web",
 | 
					      "groupName": "web",
 | 
				
			||||||
      "matchUpdateTypes": ["minor", "patch"],
 | 
					      "matchUpdateTypes": ["minor", "patch"],
 | 
				
			||||||
      "schedule": "on thursday"
 | 
					      "schedule": "on tuesday"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "matchFileNames": ["machine-learning/**"],
 | 
					      "matchFileNames": ["machine-learning/**"],
 | 
				
			||||||
      "groupName": "machine-learning",
 | 
					      "groupName": "machine-learning",
 | 
				
			||||||
      "matchUpdateTypes": ["minor", "patch"],
 | 
					      "matchUpdateTypes": ["minor", "patch"],
 | 
				
			||||||
      "schedule": "on friday"
 | 
					      "schedule": "on tuesday"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "matchFileNames": [".github/**"],
 | 
					      "matchFileNames": [".github/**"],
 | 
				
			||||||
      "groupName": "github-actions",
 | 
					      "groupName": "github-actions",
 | 
				
			||||||
      "schedule": "on friday"
 | 
					      "schedule": "on tuesday"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "groupName": "base-image",
 | 
					      "groupName": "base-image",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user