From 61a917a300d491024ac91f51b11a3de16e0cefa1 Mon Sep 17 00:00:00 2001 From: Ryan Park Date: Tue, 31 Oct 2023 21:46:01 -0700 Subject: [PATCH] chore: ignore @github/actions versions incompatible with Node 16 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c18c977..f3934709 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,7 @@ updates: - dependency-name: node-fetch versions: - '>= 3' + # @github/actions v6.0.0 dropped support for Node 16.x + - dependency-name: @github/actions + versions: + - '>= 6'