mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-11-04 08:05:42 +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"
 |