Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line include: - project: "to-be-continuous/docker" ref: "3.5.2" ref: "3.5" file: "templates/gitlab-ci-docker.yml" - project: 'to-be-continuous/python' ref: '6.1.4' ref: '6.1' file: '/templates/gitlab-ci-python.yml' Loading @@ -24,6 +24,7 @@ variables: PYTHON_SBOM_DISABLED: "true" GCP_OIDC_PROVIDER: $GCP_OIDC_PROVIDER GCP_OIDC_ACCOUNT: $GCP_OIDC_ACCOUNT DOCKER_BUILD_ARGS: "--cache-ttl=6h" .test-scripts: &test-scripts | # BEGSCRIPT Loading renovate.json +8 −0 Original line number Diff line number Diff line Loading @@ -3,5 +3,13 @@ "extends": [ "config:base", ":disableDependencyDashboard" ], "packageRules": [ { "matchDatasources": [ "gitlab-tags" ], "versioning": "docker" } ] } Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line include: - project: "to-be-continuous/docker" ref: "3.5.2" ref: "3.5" file: "templates/gitlab-ci-docker.yml" - project: 'to-be-continuous/python' ref: '6.1.4' ref: '6.1' file: '/templates/gitlab-ci-python.yml' Loading @@ -24,6 +24,7 @@ variables: PYTHON_SBOM_DISABLED: "true" GCP_OIDC_PROVIDER: $GCP_OIDC_PROVIDER GCP_OIDC_ACCOUNT: $GCP_OIDC_ACCOUNT DOCKER_BUILD_ARGS: "--cache-ttl=6h" .test-scripts: &test-scripts | # BEGSCRIPT Loading
renovate.json +8 −0 Original line number Diff line number Diff line Loading @@ -3,5 +3,13 @@ "extends": [ "config:base", ":disableDependencyDashboard" ], "packageRules": [ { "matchDatasources": [ "gitlab-tags" ], "versioning": "docker" } ] }