Commit fb214a4c authored by GitLab Renovate Bot's avatar GitLab Renovate Bot
Browse files

chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.78

parent 1fef354c
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,17 +20,17 @@ include:
  # 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.77 # renovate:managed
    ref: v2.78 # renovate:managed
    file: templates/standard.yml

  # 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.77 # renovate:managed
    ref: v2.78 # renovate:managed
    file: templates/ruby.yml

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

.test_template: &test_definition
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ repos:
  # Documentation available at
  # https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/docs/pre-commit.md
  - repo: https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks
    rev: v2.77  # renovate:managed
    rev: v2.78  # renovate:managed

    hooks:
      - id: shellcheck  # Run shellcheck for changed Shell files