From 94065c27b624056772380424fccfc9c41bcac7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:30:47 +0000 Subject: [PATCH 1/2] Bump mdformat-frontmatter from 2.0.10 to 2.1.2 in the pre-commit group Bumps the pre-commit group with 1 update: mdformat-frontmatter. Updates `mdformat-frontmatter` from 2.0.10 to 2.1.2 --- updated-dependencies: - dependency-name: mdformat-frontmatter dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39f1267..02521b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: exclude: ^content/ additional_dependencies: - mdformat-gfm==1.0.0 - - mdformat-frontmatter==2.0.10 + - mdformat-frontmatter==2.1.2 # HTML linting — exclude Hugo template files (contain {{ }} syntax) - repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs rev: v1.1.2 From 07717493a855b22d193744493a44359b8075ff8b Mon Sep 17 00:00:00 2001 From: d33bs Date: Tue, 2 Jun 2026 14:26:32 -0600 Subject: [PATCH 2/2] Update link-check.yaml --- .github/workflows/link-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/link-check.yaml b/.github/workflows/link-check.yaml index f5919d0..4409876 100644 --- a/.github/workflows/link-check.yaml +++ b/.github/workflows/link-check.yaml @@ -24,6 +24,7 @@ jobs: --exclude "^https://www\\.broadinstitute\\.org/" --exclude "^https://www\\.eu-openscreen\\.eu/" --exclude "^https://doi\\.org/" + --exclude "^https://gohugo\\.io/installation/" 'content/**/*.md' '*.md' fail: true