From 2f13758da971b826639f2d7a25ad6eb382304d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:43:01 +0000 Subject: [PATCH 1/2] Bump reveal.js from `d5896c9` to `993b8f3` Bumps [reveal.js](https://github.com/hakimel/reveal.js) from `d5896c9` to `993b8f3`. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/d5896c968b2406126ca0beafecdffe219230b6b4...993b8f302a4dd9ed2b823ede71a42380eb244bb6) --- updated-dependencies: - dependency-name: reveal.js dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reveal.js b/reveal.js index d5896c9..993b8f3 160000 --- a/reveal.js +++ b/reveal.js @@ -1 +1 @@ -Subproject commit d5896c968b2406126ca0beafecdffe219230b6b4 +Subproject commit 993b8f302a4dd9ed2b823ede71a42380eb244bb6 From b7ecb890b82260b0ae1e67b96bac58023c17c6c8 Mon Sep 17 00:00:00 2001 From: Marcus Baw Date: Tue, 12 Dec 2023 12:00:30 +0000 Subject: [PATCH 2/2] Update auto-merge-revealjs-dependabot-updates.yml --- .github/workflows/auto-merge-revealjs-dependabot-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-revealjs-dependabot-updates.yml b/.github/workflows/auto-merge-revealjs-dependabot-updates.yml index 2a9e7b2..d3fde59 100644 --- a/.github/workflows/auto-merge-revealjs-dependabot-updates.yml +++ b/.github/workflows/auto-merge-revealjs-dependabot-updates.yml @@ -16,7 +16,7 @@ jobs: with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs - if: contains(steps.metadata.outputs.dependency-names, 'revealjs') + if: contains(steps.metadata.outputs.dependency-names, 'reveal.js') run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}}