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', |   $schema: 'https://docs.renovatebot.com/renovate-schema.json', | ||||||
|   extends: [ |   extends: [ | ||||||
|     'config:base', |     'github>haoqunjiang/renovate-presets:npm.json5', | ||||||
|     'schedule:weekly', |     'schedule:monthly', | ||||||
|     'group:allNonMajor', |  | ||||||
|     ':semanticCommitTypeAll(chore)', |  | ||||||
|   ], |   ], | ||||||
|   labels: ['dependencies'], |  | ||||||
|   rangeStrategy: 'bump', |  | ||||||
|   packageRules: [ |   packageRules: [ | ||||||
|     { |     { | ||||||
|       depTypeList: ['peerDependencies'], |       depTypeList: ['peerDependencies'], | ||||||
|       enabled: false, |       enabled: false, | ||||||
|     }, |     }, | ||||||
|   ], |   ], | ||||||
|   ignoreDeps: ['html-tags'], |  | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user