mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 23:21:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			823 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			823 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| version: 2
 | |
| updates:
 | |
|   - package-ecosystem: pip
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: daily
 | |
|     ignore:
 | |
|       # Hypotehsis is only used for testing and is updated quite often
 | |
|       - dependency-name: hypothesis
 | |
|   - package-ecosystem: github-actions
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: daily
 | |
|     open-pull-requests-limit: 10
 | |
|     groups:
 | |
|       docker-actions:
 | |
|         applies-to: version-updates
 | |
|         patterns:
 | |
|           - "docker/login-action"
 | |
|           - "docker/setup-buildx-action"
 | |
|   - package-ecosystem: github-actions
 | |
|     directory: "/.github/actions/build-image"
 | |
|     schedule:
 | |
|       interval: daily
 | |
|     open-pull-requests-limit: 10
 | |
|   - package-ecosystem: github-actions
 | |
|     directory: "/.github/actions/restore-python"
 | |
|     schedule:
 | |
|       interval: daily
 | |
|     open-pull-requests-limit: 10
 |