mirror of
				https://github.moeyy.xyz/https://github.com/docker/setup-buildx-action
				synced 2025-10-31 12:14:22 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			386 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			386 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: 2
 | |
| updates:
 | |
|   - package-ecosystem: "github-actions"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|     labels:
 | |
|       - "dependencies"
 | |
|       - "bot"
 | |
|   - package-ecosystem: "npm"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|     versioning-strategy: "increase"
 | |
|     allow:
 | |
|       - dependency-type: "production"
 | |
|     labels:
 | |
|       - "dependencies"
 | |
|       - "bot"
 | 
