From 2a65bfdac4039a8887aab2aa78f7981bd04523e3 Mon Sep 17 00:00:00 2001 From: Kat Stevens Date: Tue, 17 Oct 2023 17:12:13 +0100 Subject: [PATCH] BAU: Fix Dependabot Docker ignore We want updates for Node 18.x but not 19.x. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7cfa24e5c3..bd39c875ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,7 +35,7 @@ updates: ignore: - dependency-name: node versions: - - ">= 18" + - ">= 19" - package-ecosystem: github-actions directory: "/" schedule: