You've already forked civ
							
							Compare commits
	
		
			1 Commits
		
	
	
		
			6943e820c6
			...
			a49d7b4280
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a49d7b4280 | 
| @@ -7,6 +7,7 @@ | ||||
|       "description": "Automatically update minor and patch versions of go modules", | ||||
|       "addLabels": [ "renovate/gomod", "renovate/automerge" ], | ||||
|       "automerge": true, | ||||
|       "matchBaseBranches": [ "master" ], | ||||
|       "matchManagers": [ "gomod" ], | ||||
|       "matchUpdateTypes": [ "minor", "patch" ] | ||||
|     }, | ||||
| @@ -14,6 +15,7 @@ | ||||
|       "description": "Prepare MR for major update minor of go modules", | ||||
|       "addLabels": [ "renovate/gomod" ], | ||||
|       "automerge": false, | ||||
|       "matchBaseBranches": [ "master" ], | ||||
|       "matchManagers": [ "gomod" ], | ||||
|       "matchUpdateTypes": [ "major" ] | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user