You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	Update renovate schedule & use central config repo (#2597)
Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||||
|   "extends": ["config:recommended", ":maintainLockFilesWeekly"], | ||||
|   "extends": ["github>woodpecker-ci/renovate-config"], | ||||
|   "prConcurrentLimit": 5, | ||||
|   "packageRules": [ | ||||
|     { | ||||
| @@ -19,28 +19,24 @@ | ||||
|     { | ||||
|       "groupName": "golang (lang)", | ||||
|       "matchPackagePatterns": ["^golang$", "xgo"], | ||||
|       "matchUpdateTypes": ["minor", "patch"], | ||||
|       "extends": ["schedule:daily"] | ||||
|       "matchUpdateTypes": ["minor", "patch"] | ||||
|     }, | ||||
|     { | ||||
|       "groupName": "golang (packages)", | ||||
|       "matchManagers": ["gomod"], | ||||
|       "matchUpdateTypes": ["minor", "patch"], | ||||
|       "extends": ["schedule:daily"] | ||||
|       "matchUpdateTypes": ["minor", "patch"] | ||||
|     }, | ||||
|     { | ||||
|       "groupName": "web npm deps non-major", | ||||
|       "matchManagers": ["npm"], | ||||
|       "matchUpdateTypes": ["minor", "patch"], | ||||
|       "matchFileNames": ["web/package.json"], | ||||
|       "extends": ["schedule:daily"] | ||||
|       "matchFileNames": ["web/package.json"] | ||||
|     }, | ||||
|     { | ||||
|       "groupName": "docs npm deps non-major", | ||||
|       "matchManagers": ["npm"], | ||||
|       "matchUpdateTypes": ["minor", "patch"], | ||||
|       "matchFileNames": ["docs/**/package.json"], | ||||
|       "extends": ["schedule:daily"] | ||||
|       "matchFileNames": ["docs/**/package.json"] | ||||
|     }, | ||||
|     { | ||||
|       "matchDatasources": ["docker"], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user