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