From 5cc8931ca52f87fcac8a1a90f319a06609a15de8 Mon Sep 17 00:00:00 2001 From: GeekCornerGH <45696571+GeekCornerGH@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:23:01 +0200 Subject: [PATCH] feat: Use dependabot to bulk update docusaurus and Actions dependencies --- .github/dependabot.yml | 12 ++++++++++++ .github/workflows/CI.yml | 6 +++--- .github/workflows/CI4PRs.yml | 6 +++--- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b417983..7b12f0d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,17 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests + reviewers: + - GeekCornerGH + schedule: + interval: "daily" + groups: + docusaurus: + patterns: + - "@docusaurus/" + - package-ecosystem: "github-actions" + directory: "/" + reviewers: + - GeekCornerGH schedule: interval: "daily" diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 99dc526..bf83fa6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,15 +10,15 @@ jobs: name: Deploy to FTP runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 name: Clone the repository with: fetch-depth: 0 - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 name: Install Node.JS with: node-version: 20.x - - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 #v4.0.0 + - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 name: Install pnpm with: version: 9 diff --git a/.github/workflows/CI4PRs.yml b/.github/workflows/CI4PRs.yml index 35933f3..0d200a9 100644 --- a/.github/workflows/CI4PRs.yml +++ b/.github/workflows/CI4PRs.yml @@ -10,15 +10,15 @@ jobs: name: Test and build runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 name: Clone the repository with: fetch-depth: 0 - - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 #v4.0.2 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 name: Install Node.JS with: node-version: 20.x - - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 #v4.0.0 + - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 name: Install pnpm with: version: 9