mirror of
				https://gitea.com/docker/build-push-action.git
				synced 2025-10-31 09:08:18 +07:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			388 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			388 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: 2
 | |
| updates:
 | |
|   - package-ecosystem: "github-actions"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|     labels:
 | |
|       - ":game_die: dependencies"
 | |
|       - ":robot: bot"
 | |
|   - package-ecosystem: "npm"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|     allow:
 | |
|       - dependency-type: "production"
 | |
|     labels:
 | |
|       - ":game_die: dependencies"
 | |
|       - ":robot: bot"
 |