You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	Apply documentation/ui label to corresponding renovate updates (#3400)
				
					
				
			This commit is contained in:
		
							
								
								
									
										16
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
								
							| @@ -17,19 +17,27 @@ | ||||
|       "matchManagers": ["gomod"], | ||||
|       "matchUpdateTypes": ["minor", "patch"] | ||||
|     }, | ||||
|     { | ||||
|       "matchManagers": ["npm"], | ||||
|       "matchFileNames": ["web/package.json"], | ||||
|       "addLabels": ["ui"] | ||||
|     }, | ||||
|     { | ||||
|       "matchManagers": ["npm"], | ||||
|       "matchFileNames": ["docs/**/package.json"], | ||||
|       "addLabels": ["documentation"] | ||||
|     }, | ||||
|     { | ||||
|       "groupName": "web npm deps non-major", | ||||
|       "matchManagers": ["npm"], | ||||
|       "matchUpdateTypes": ["minor", "patch"], | ||||
|       "matchFileNames": ["web/package.json"], | ||||
|       "addLabels": ["ui"] | ||||
|       "matchFileNames": ["web/package.json"] | ||||
|     }, | ||||
|     { | ||||
|       "groupName": "docs npm deps non-major", | ||||
|       "matchManagers": ["npm"], | ||||
|       "matchUpdateTypes": ["minor", "patch"], | ||||
|       "matchFileNames": ["docs/**/package.json"], | ||||
|       "addLabels": ["documentation"] | ||||
|       "matchFileNames": ["docs/**/package.json"] | ||||
|     }, | ||||
|     { | ||||
|       "matchDatasources": ["docker"], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user