Compare commits
2 Commits
e3a95103f4
...
25a75c7079
Author | SHA1 | Date | |
---|---|---|---|
25a75c7079 | |||
0e5c1a211a |
@ -76,7 +76,7 @@ steps:
|
|||||||
- name: unit-test
|
- name: unit-test
|
||||||
commands:
|
commands:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
image: docker.io/library/golang:1.24.0
|
image: docker.io/library/golang:1.24.1
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 250
|
cpu: 250
|
||||||
@ -112,7 +112,7 @@ steps:
|
|||||||
- name: unit-test
|
- name: unit-test
|
||||||
commands:
|
commands:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
image: docker.io/library/golang:1.24.0
|
image: docker.io/library/golang:1.24.1
|
||||||
# resources:
|
# resources:
|
||||||
# limits:
|
# limits:
|
||||||
# cpu: 250
|
# cpu: 250
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
"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" ]
|
||||||
},
|
},
|
||||||
@ -22,7 +21,6 @@
|
|||||||
"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" ]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user