Commit 4b3ee4e0 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

Merge branch 'renovate/tbc-deps' into 'master'

chore(deps): update to-be-continuous dependencies

See merge request to-be-continuous/python!163
parents 1d5bdf06 35aa04e3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@ include:
    ref: "master"
    file: "/templates/validation.yml"
  - project: "to-be-continuous/bash"
    ref: "3.7"
    ref: "3.8"
    file: "/templates/gitlab-ci-bash.yml"
  - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.7
  - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.8
    inputs:
      shellcheck-files: "*.sh"
  - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.7
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.14
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.15

variables:
  GITLAB_CI_FILES: "templates/gitlab-ci-python.yml"