mirror of
				https://github.com/HorlogeSkynet/SSHubl.git
				synced 2025-10-31 08:00:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			568 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			568 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: 2
 | |
| updates:
 | |
|   - package-ecosystem: "pip"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "weekly"
 | |
|     ignore:
 | |
|       # pexpect is known to be outdated as it's manually packaged for Sublime Text (see https://github.com/varp/sublime-pexpect)
 | |
|       - dependency-name: "pexpect"
 | |
| 
 | |
|       # ignore "patch" updates for all packages as patch segments are relaxed in requirements-dev.txt
 | |
|       - dependency-name: "*"
 | |
|         update-types: ["version-update:semver-patch"]
 | |
| 
 | |
|   - package-ecosystem: "github-actions"
 | |
|     directory: "/"
 | |
|     schedule:
 | |
|       interval: "weekly"
 |