mirror of
				https://github.com/gin-gonic/gin.git
				synced 2025-11-04 17:22:12 +08:00 
			
		
		
		
	- Change the update schedule for both gomod and GitHub Actions dependencies from weekly to daily - Add grouping for GitHub Actions updates using a catch-all pattern Signed-off-by: appleboy <appleboy.tw@gmail.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			254 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			254 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: 2
 | 
						|
updates:
 | 
						|
  - package-ecosystem: gomod
 | 
						|
    directory: /
 | 
						|
    schedule:
 | 
						|
      interval: daily
 | 
						|
  - package-ecosystem: github-actions
 | 
						|
    directory: /
 | 
						|
    groups:
 | 
						|
      actions:
 | 
						|
        patterns:
 | 
						|
          - "*"
 | 
						|
    schedule:
 | 
						|
      interval: daily
 |