Skip to content

Commit

Permalink
Merge pull request #70 from frozenbonito/renovate/commitlint-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dependency @commitlint/cli to v19.6.1
  • Loading branch information
frozenbonito authored Dec 15, 2024
2 parents 3ca6a6b + 6b8ef88 commit 8a5c0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ RUN curl -SL "https://github.com/hadolint/hadolint/releases/download/v${HADOLINT
&& chmod +x /usr/local/bin/hadolint

# Install commitlint
ARG COMMITLINT_CLI_VERSION="19.6.0"
ARG COMMITLINT_CLI_VERSION="19.6.1"
ARG COMMITLINT_CONFIG_CONVENTIONAL_VERSION="19.6.0"
RUN npm install -g "@commitlint/cli@${COMMITLINT_CLI_VERSION}" "@commitlint/config-conventional@${COMMITLINT_CONFIG_CONVENTIONAL_VERSION}"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
node-version: lts/*
- name: Install commitlint
env:
COMMITLINT_CLI_VERSION: "19.6.0"
COMMITLINT_CLI_VERSION: "19.6.1"
COMMITLINT_CONFIG_CONVENTIONAL_VERSION: "19.6.0"
run: |
npm install -g \
Expand Down

0 comments on commit 8a5c0e2

Please sign in to comment.