Skip to content
Commits on Source (7)
......@@ -3,7 +3,7 @@ include:
ref: 2.1.4
file: '/gitlab-ci-template.yml'
image: docker.io/library/golang:1.21.6@sha256:7026fb72cfa9cc112e4d1bf4b35a15cac61a413d0252d06615808e7c987b33a7
image: docker.io/library/golang:1.21.6@sha256:76aadd914a29a2ee7a6b0f3389bb2fdb87727291d688e1d972abe6c0fa6f2ee0
variables:
REPO_NAME: ${CI_SERVER_HOST}/${CI_PROJECT_PATH_SLUG}
......
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"docker:pinDigests",
"config:best-practices",
":gomod",
":prHourlyLimitNone",
":prConcurrentLimitNone",
":semanticPrefixFix"
],
"prConcurrentLimit": 5,
"updateLockFiles": true,
"gitLabAutomerge": true
"platformAutomerge": true
}