From 077b6417f00b3546713a12613b849576d8f0580c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 08:24:19 +0000 Subject: [PATCH 1/4] chore(deps): bump crate-ci/typos from 1.17.2 to 1.31.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.17.2 to 1.31.1. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.17.2...v1.31.1) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.31.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6aad7b6c..f0c3a09b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: - name: Format run: bun fmt:ci - name: typos-action - uses: crate-ci/typos@v1.17.2 + uses: crate-ci/typos@v1.31.1 - name: Lint run: bun lint # Disable version check until https://github.com/coder/modules/pull/426 is merged. From cc03197d51208f8fa0730ed130017b6dd573f7d8 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 16 Apr 2025 13:56:04 +0500 Subject: [PATCH 2/4] Add typos.toml config --- .github/typos.toml | 4 ++++ .github/workflows/ci.yaml | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .github/typos.toml diff --git a/.github/typos.toml b/.github/typos.toml new file mode 100644 index 00000000..737eadec --- /dev/null +++ b/.github/typos.toml @@ -0,0 +1,4 @@ +[default] +extend-ignore-identifiers-re = [ + "de-muc-1", # A valid exoscale region code +] diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0c3a09b..be3206f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,6 +49,8 @@ jobs: run: bun fmt:ci - name: typos-action uses: crate-ci/typos@v1.31.1 + with: + config: .github/typos.toml - name: Lint run: bun lint # Disable version check until https://github.com/coder/modules/pull/426 is merged. From b3fb763cb56a5c12f9ffc4566d8732ddc855b36c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 16 Apr 2025 13:59:26 +0500 Subject: [PATCH 3/4] Configure Dependabot to prefix commits with "chore" and fix typo AI: I've crafted a commit message that summarizes both changes - the addition of commit message configuration for Dependabot and the typo fix ("seperate" to "separate") in the CI workflow comment. --- .github/dependabot.yml | 2 ++ .github/workflows/ci.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600..600a98c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,5 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index be3206f7..46ed2f88 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: - name: Lint run: bun lint # Disable version check until https://github.com/coder/modules/pull/426 is merged. - # This will alow us to use seperate versioning for each module without failing CI. The backend already supports that. + # This will allow us to use separate versioning for each module without failing CI. The backend already supports that. # - name: Check version # shell: bash # run: | From 55be8a0becbbe179896a39628594c283ecd39807 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 16 Apr 2025 14:02:30 +0500 Subject: [PATCH 4/4] Add Munich location code to typos dictionary --- .github/typos.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/typos.toml b/.github/typos.toml index 737eadec..ec620a44 100644 --- a/.github/typos.toml +++ b/.github/typos.toml @@ -1,4 +1,2 @@ -[default] -extend-ignore-identifiers-re = [ - "de-muc-1", # A valid exoscale region code -] +[default.extend-words] +muc = "muc" # For Munich location code