mirror of
				https://github.moeyy.xyz/https://github.com/docker/setup-docker-action.git
				synced 2025-10-30 03:06:39 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			625 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			625 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: 2
 | |
| updates:
 | |
|   - package-ecosystem: "github-actions"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|     ignore:
 | |
|       # ignore this dependency
 | |
|       # it seems a bug with dependabot as pining to commit sha should not
 | |
|       # trigger a new version similar to https://github.com/docker/buildx/pull/2222#issuecomment-1919092153
 | |
|       - dependency-name: "docker/actions-toolkit"
 | |
|     labels:
 | |
|       - "dependencies"
 | |
|       - "bot"
 | |
|   - package-ecosystem: "npm"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
|     allow:
 | |
|       - dependency-type: "production"
 | |
|     labels:
 | |
|       - "dependencies"
 | |
|       - "bot"
 | 
