35 lines
		
	
	
		
			678 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			678 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: 2
 | |
| updates:
 | |
| # Fetch and update latest `npm` packages
 | |
| - package-ecosystem: npm
 | |
|   directory: '/'
 | |
|   schedule:
 | |
|     interval: daily
 | |
|     time: '00:00'
 | |
|   open-pull-requests-limit: 10
 | |
|   reviewers:
 | |
|     - corentinth
 | |
|   assignees:
 | |
|     - corentinth
 | |
|   commit-message:
 | |
|     prefix: fix
 | |
|     prefix-development: chore
 | |
|     include: scope
 | |
|   target-branch: "dev"
 | |
| 
 | |
|   # Fetch and update latest `github-actions` pkgs
 | |
| - package-ecosystem: github-actions
 | |
|   directory: '/'
 | |
|   schedule:
 | |
|     interval: daily
 | |
|     time: '00:00'
 | |
|   open-pull-requests-limit: 10
 | |
|   reviewers:
 | |
|     - corentinth
 | |
|   assignees:
 | |
|     - corentinth
 | |
|   commit-message:
 | |
|     prefix: fix
 | |
|     prefix-development: chore
 | |
|     include: scope
 |