mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 05:50:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			327 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			327 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: 2
 | 
						|
updates:
 | 
						|
  # Dependencies listed in go.mod
 | 
						|
  - package-ecosystem: "gomod"
 | 
						|
    directory: "/" # Location of package manifests
 | 
						|
    schedule:
 | 
						|
      interval: "monthly"
 | 
						|
 | 
						|
  # Dependencies listed in .github/workflows/*.yml
 | 
						|
  - package-ecosystem: "github-actions"
 | 
						|
    directory: "/"
 | 
						|
    schedule:
 | 
						|
      interval: "monthly"
 |