12 lines
		
	
	
		
			320 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			320 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
    "endpoint": "https://git.schulze.network/api/v1",
 | 
						|
    "gitAuthor": "Renovate Bot <renovatebot@schulze.network>",
 | 
						|
    "platform": "gitea",
 | 
						|
    "onboardingConfigFileName": "renovate.json",
 | 
						|
    "autodiscover": true,
 | 
						|
    "optimizeForDisabled": true,
 | 
						|
    "schedule": [
 | 
						|
        "every weekend"
 | 
						|
    ]
 | 
						|
};
 |