Commit c51bab6f authored by Matthias Käppler's avatar Matthias Käppler 3️⃣
Browse files

Merge branch 'renovate/common-ci-tasks' into 'master'

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

See merge request !148

Merged-by: Matthias Käppler's avatarMatthias Käppler <mkaeppler@gitlab.com>
Approved-by: Matthias Käppler's avatarMatthias Käppler <mkaeppler@gitlab.com>
Co-authored-by: default avatarGitLab Renovate Bot <ops-contact+gl-common-ci-tasks-self-renovate@gitlab.com>
parents f53bbfa4 0554ac0c
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.76  # renovate:managed
    ref: v2.77  # 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.76  # renovate:managed
    ref: v2.77  # renovate:managed
    file: templates/ruby.yml

  - project: 'gitlab-com/gl-infra/common-ci-tasks'
    ref: v2.76  # renovate:managed
    ref: v2.77  # 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.76  # renovate:managed
    rev: v2.77  # renovate:managed

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