From f73efc3830e8932b67f59c2b51e36cd1ae5b8cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 08:27:06 +0000 Subject: [PATCH] build: bump crazy-max/ghaction-github-pages from 4.2.0 to 5.0.0 Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/v4.2.0...v5.0.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/dependabot.yaml | 6 ++++++ .github/workflows/build-and-deploy.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index fcbb4c8..d8044c7 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,6 +4,12 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + ci: + patterns: + - "*" + commit-message: + prefix: "ci" - package-ecosystem: "npm" directory: "/" diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 22a4398..a666165 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -23,7 +23,7 @@ jobs: run: npm run build - name: Publish to GitHub Pages - uses: crazy-max/ghaction-github-pages@v4.2.0 + uses: crazy-max/ghaction-github-pages@v5 with: build_dir: dist/ env: