mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 10:35:27 +08:00 
			
		
		
		
	Configure Renovate (#785)
* Add renovate.json * Added a bit more configuration also moved the config into .github subfolder so not to clutter the root folder. * ignore npm updates in docs Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nils Andresen <nils@nils-andresen.de>
This commit is contained in:
		
							
								
								
									
										16
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
				
			||||||
 | 
					  "extends": [
 | 
				
			||||||
 | 
					    "config:base"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "dependencyDashboard": false,
 | 
				
			||||||
 | 
					  "commitMessagePrefix": "chore:",
 | 
				
			||||||
 | 
					  "labels": ["dependencies"],
 | 
				
			||||||
 | 
					  "npm": {
 | 
				
			||||||
 | 
					    "ignorePaths": [
 | 
				
			||||||
 | 
					      "**/node_modules/**",
 | 
				
			||||||
 | 
					      "**/bower_components/**",
 | 
				
			||||||
 | 
					      "docs/**"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user