mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-31 14:15:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			479 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			479 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: 2
 | |
| updates:
 | |
|   - package-ecosystem: "bun"
 | |
|     directory: "/frontend"
 | |
|     groups:
 | |
|       minor-patch:
 | |
|         update-types:
 | |
|           - "patch"
 | |
|           - "minor"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
| 
 | |
|   - package-ecosystem: "gomod"
 | |
|     directory: "/"
 | |
|     groups:
 | |
|       minor-patch:
 | |
|         update-types:
 | |
|           - "patch"
 | |
|           - "minor"
 | |
|     schedule:
 | |
|       interval: "daily"
 | |
| 
 | |
|   - package-ecosystem: "docker"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "daily"
 | 
