From 9f53c9e5fb45e542c3305feca9dac11dfd9f5d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:24:10 +0000 Subject: [PATCH 1/2] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8aec86a..5ff7b7d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,7 +29,7 @@ jobs: shell: bash run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT} - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true' id: npm-cache with: From 1e38e836716f38d9ddb36949e3073094e28e7190 Mon Sep 17 00:00:00 2001 From: Chris Zuber Date: Mon, 22 Jan 2024 13:30:21 -0800 Subject: [PATCH 2/2] Add assignees & labels --- .github/dependabot.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f38be9..626afdc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,12 @@ updates: time: "13:00" open-pull-requests-limit: 10 reviewers: - - shgysk8zer0 + - shgysk8zer0 + assignees: + - shgysk8zer0 + labels: + - dependencies + - javascript - package-ecosystem: github-actions directory: "/" schedule: @@ -15,4 +20,9 @@ updates: time: "13:00" open-pull-requests-limit: 10 reviewers: - - shgysk8zer0 + - shgysk8zer0 + assignees: + - shgysk8zer0 + labels: + - dependencies + - github-actions