Commit 927caf2b authored by GitLab Renovate Bot's avatar GitLab Renovate Bot
Browse files

chore(deps): update dependency...

chore(deps): update dependency https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git to v1.33.2
parent 5b815646
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,10 +3,11 @@
# See the project for instructions on how to update the project
#
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v1.31.0
_commit: v1.33.2
_src_path: https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git
ee_licensed: false
golang: false
helm: false
initial_codeowners: '@reprazent @andrewn @mkaeppler @ayufan'
jsonnet: false
project_name: labkit-ruby
+3 −9
Original line number Diff line number Diff line
@@ -19,19 +19,13 @@ include:
  # It includes standard checks, gitlab-scanners, validations and release processes
  # common to all projects using this template library.
  # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
  - project: "gitlab-com/gl-infra/common-ci-tasks"
    ref: v2.78 # renovate:managed
    file: templates/standard.yml
  - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/standard-build@v2.78

  # Runs rspec tests and rubocop on the project
  # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/ruby.md
  - project: "gitlab-com/gl-infra/common-ci-tasks"
    ref: v2.78 # renovate:managed
    file: templates/ruby.yml
  - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/ruby-build@v2.78

  - project: "gitlab-com/gl-infra/common-ci-tasks"
    ref: v2.78 # renovate:managed
    file: "danger.yml"
  - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/danger@v2.78

.test_template: &test_definition
  extends: .with_bundle