mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 10:08:37 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			307 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			307 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: 2
 | |
| updates:
 | |
|   - package-ecosystem: "github-actions"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "weekly"
 | |
| 
 | |
|   - package-ecosystem: "terraform"
 | |
|     directory: "/infra"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
| 
 | |
|   - package-ecosystem: "docker"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "weekly"
 | 
