mirror of
				https://github.com/tanrax/RSSingle.git
				synced 2025-03-03 03:35:46 +01:00 
			
		
		
		
	This commit adds support for Dependabot, which will alert the maintainer when things are out of date, including GH Actions and Python packages. Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
		
			
				
	
	
		
			12 lines
		
	
	
		
			212 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			212 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: 2
 | 
						|
updates:
 | 
						|
  - package-ecosystem: "github-actions"
 | 
						|
    directory: "/"
 | 
						|
    schedule:
 | 
						|
      interval: "weekly"
 | 
						|
      
 | 
						|
  - package-ecosystem: "pip"
 | 
						|
    directory: "/"
 | 
						|
    schedule:
 | 
						|
      interval: "weekly"
 |