mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-03 19:17:16 -05:00 
			
		
		
		
	chore: disable rate-limiting on renovate PR creation (#397)
By default renovate rate limits itself, I feel this is safe to turn off and let's us get all the PRs at once. It also help in that I can help tweak the config further by seeing the PRs opened.
This commit is contained in:
		
							parent
							
								
									1bfaf7b142
								
							
						
					
					
						commit
						0ce7e74614
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
					  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
				
			||||||
  "extends": ["config:recommended"],
 | 
					  "extends": ["config:recommended", ":disableRateLimiting"],
 | 
				
			||||||
  "minimumReleaseAge": "5 days",
 | 
					  "minimumReleaseAge": "5 days",
 | 
				
			||||||
  "ignorePaths": ["**/front/**"],
 | 
					  "ignorePaths": ["**/front/**"],
 | 
				
			||||||
  "postUpdateOptions": [
 | 
					  "postUpdateOptions": [
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user