Configure RenovateBot to add proper language labels (#25316)
Co-authored-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: Nick Schonning <nschonni@gmail.com>
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/renovate.json5
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/renovate.json5
									
									
									
									
										vendored
									
									
								
							@@ -105,5 +105,10 @@
 | 
			
		||||
      extends: ['schedule:weekly'],
 | 
			
		||||
      addLabels: ['typescript'],
 | 
			
		||||
    },
 | 
			
		||||
    // Add labels depending on package manager
 | 
			
		||||
    { matchManagers: ['npm', 'nvm'], addLabels: ['javascript'] },
 | 
			
		||||
    { matchManagers: ['bundler', 'ruby-version'], addLabels: ['ruby'] },
 | 
			
		||||
    { matchManagers: ['docker-compose', 'dockerfile'], addLabels: ['docker'] },
 | 
			
		||||
    { matchManagers: ['github-actions'], addLabels: ['github_actions'] },
 | 
			
		||||
  ],
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user