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 | version: 2 | ||||||
| updates: | updates: | ||||||
|   - package-ecosystem: "npm" |   - package-ecosystem: 'npm' | ||||||
|     directory: "/" |     directory: '/' | ||||||
|     versioning-strategy: increase |     versioning-strategy: increase | ||||||
|     schedule: |     schedule: | ||||||
|       interval: "daily" |       interval: 'daily' | ||||||
|     open-pull-requests-limit: 10 |     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" |       minor-patch-prod: | ||||||
|     directory: "/" |         dependency-type: production | ||||||
|  |         update-types: | ||||||
|  |           - minor | ||||||
|  |           - patch | ||||||
|  | 
 | ||||||
|  |   - package-ecosystem: 'github-actions' | ||||||
|  |     directory: '/' | ||||||
|     schedule: |     schedule: | ||||||
|       interval: "daily" |       interval: 'daily' | ||||||
|     rebase-strategy: "auto" |     rebase-strategy: 'auto' | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Nicolas Meienberger
						Nicolas Meienberger