mirror of
				https://github.moeyy.xyz/https://github.com/docker/setup-buildx-action
				synced 2025-10-31 11:36:37 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			490 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			490 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: 2
 | |
| updates:
 | |
|   - package-ecosystem: "github-actions"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|       time: "06:00"
 | |
|       timezone: "Europe/Paris"
 | |
|     labels:
 | |
|       - ":game_die: dependencies"
 | |
|       - ":robot: bot"
 | |
|   - package-ecosystem: "npm"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|       time: "06:00"
 | |
|       timezone: "Europe/Paris"
 | |
|     allow:
 | |
|       - dependency-type: "production"
 | |
|     labels:
 | |
|       - ":game_die: dependencies"
 | |
|       - ":robot: bot"
 | 
