mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 14:31:02 +00:00 
			
		
		
		
	chore(renovate): add base branches
This commit is contained in:
		
					parent
					
						
							
								2a643d2136
							
						
					
				
			
			
				commit
				
					
						c38acaff81
					
				
			
		
					 1 changed files with 13 additions and 3 deletions
				
			
		|  | @ -15,6 +15,13 @@ | |||
|     "docker:pinDigests", | ||||
|     "helpers:pinGitHubActionDigests" | ||||
|   ], | ||||
|   "baseBranches": [ | ||||
|     "$default", | ||||
|     "/^v7\\.\\d+/forgejo$", | ||||
|     "/^v8\\.\\d+/forgejo$", | ||||
|     "/^v9\\.\\d+/forgejo$", | ||||
|     "/^v\\d\\d+\\.\\d+\\/forgejo$" | ||||
|   ], | ||||
|   "semanticCommits": "disabled", | ||||
|   "automergeStrategy": "merge-commit", | ||||
|   "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"], | ||||
|  | @ -56,9 +63,7 @@ | |||
|     }, | ||||
|     { | ||||
|       "description": "elasticsearch CI images are published about once a month and do not use semantic versioning or short tags", | ||||
|       "matchDepNames": [ | ||||
|         "elasticsearch" | ||||
|       ], | ||||
|       "matchDepNames": ["elasticsearch"], | ||||
|       "extends": ["schedule:quarterly"] | ||||
|     }, | ||||
|     { | ||||
|  | @ -176,6 +181,11 @@ | |||
|       "description": "disallow `eslint-plugin-no-use-extend-native` v0.6.0+, requires eslint v9", | ||||
|       "matchDepNames": ["eslint-plugin-no-use-extend-native"], | ||||
|       "allowedVersions": "<0.6.0" | ||||
|     }, | ||||
|     { | ||||
|       "description": "Require approval for stable branches (must be last rule to override all others)", | ||||
|       "matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"], | ||||
|       "dependencyDashboardApproval": true | ||||
|     } | ||||
|   ], | ||||
|   "customManagers": [ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue