You've already forked civ
							
							Compare commits
	
		
			2 Commits
		
	
	
		
			55e80be45c
			...
			e7fe21f031
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| e7fe21f031 | |||
| de5130da77 | 
| @@ -50,7 +50,7 @@ steps: | ||||
| - name: unit-test | ||||
|   commands: | ||||
|   - go test -v ./... | ||||
|   image: docker.io/library/golang:1.23 | ||||
|   image: docker.io/library/golang:1.24 | ||||
|   resources: | ||||
|     limits: | ||||
|       cpu: 250 | ||||
|   | ||||
| @@ -7,7 +7,6 @@ | ||||
|       "description": "Automatically update minor and patch versions of go modules", | ||||
|       "addLabels": [ "renovate/gomod", "renovate/automerge" ], | ||||
|       "automerge": true, | ||||
|       "matchBaseBranches": [ "master" ], | ||||
|       "matchManagers": [ "gomod" ], | ||||
|       "matchUpdateTypes": [ "minor", "patch" ] | ||||
|     }, | ||||
| @@ -15,7 +14,6 @@ | ||||
|       "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