ci(dependabot): enable grouping
This commit is contained in:
		
							parent
							
								
									56fc78a47a
								
							
						
					
					
						commit
						3f5ae2fffd
					
				
							
								
								
									
										28
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										28
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -1,15 +1,27 @@ | |||
| version: 2 | ||||
| updates: | ||||
|   - package-ecosystem: "npm" | ||||
|     directory: "/" | ||||
|   - package-ecosystem: 'npm' | ||||
|     directory: '/' | ||||
|     versioning-strategy: increase | ||||
|     schedule: | ||||
|       interval: "daily" | ||||
|       interval: 'daily' | ||||
|     open-pull-requests-limit: 10 | ||||
|     rebase-strategy: "auto" | ||||
|     rebase-strategy: 'auto' | ||||
|     groups: | ||||
|       minor-patch-dev: | ||||
|         dependency-type: development | ||||
|         update-types: | ||||
|           - minor | ||||
|           - patch | ||||
| 
 | ||||
|   - package-ecosystem: "github-actions" | ||||
|     directory: "/" | ||||
|       minor-patch-prod: | ||||
|         dependency-type: production | ||||
|         update-types: | ||||
|           - minor | ||||
|           - patch | ||||
| 
 | ||||
|   - package-ecosystem: 'github-actions' | ||||
|     directory: '/' | ||||
|     schedule: | ||||
|       interval: "daily" | ||||
|     rebase-strategy: "auto" | ||||
|       interval: 'daily' | ||||
|     rebase-strategy: 'auto' | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Nicolas Meienberger
						Nicolas Meienberger