Commit 99176961 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'update-ttl' into 'main'

chore(deps): update renovate configuration and set cache-ttl to 6h

See merge request to-be-continuous/tools/gcp-auth-provider!24
parents 4070ae27 c88c2732
Loading
Loading
Loading
Loading
Loading
+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'


@@ -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
+8 −0
Original line number Diff line number Diff line
@@ -3,5 +3,13 @@
  "extends": [
    "config:base",
    ":disableDependencyDashboard"
  ],
  "packageRules": [
    {
      "matchDatasources": [
        "gitlab-tags"
      ],
      "versioning": "docker"
    }
  ]
}