mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 09:22:19 +08:00 
			
		
		
		
	ci: use a renovate preset & schedule monthly updates
More documentation can be found at https://github.com/haoqunjiang/renovate-presets/blob/main/npm.json5 The schedule is changed to monthly because that better matches the maintainer's availability.
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/renovate.json5
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/renovate.json5
									
									
									
									
										vendored
									
									
								
							| @@ -1,18 +1,13 @@ | ||||
| { | ||||
|   $schema: 'https://docs.renovatebot.com/renovate-schema.json', | ||||
|   extends: [ | ||||
|     'config:base', | ||||
|     'schedule:weekly', | ||||
|     'group:allNonMajor', | ||||
|     ':semanticCommitTypeAll(chore)', | ||||
|     'github>haoqunjiang/renovate-presets:npm.json5', | ||||
|     'schedule:monthly', | ||||
|   ], | ||||
|   labels: ['dependencies'], | ||||
|   rangeStrategy: 'bump', | ||||
|   packageRules: [ | ||||
|     { | ||||
|       depTypeList: ['peerDependencies'], | ||||
|       enabled: false, | ||||
|     }, | ||||
|   ], | ||||
|   ignoreDeps: ['html-tags'], | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user