From b899ba769e4c31c8b0982e9d828d3ebd20c174e9 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 21 Jul 2025 12:08:03 +0200 Subject: [PATCH] Dependabot: don't update commander for now. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8424f939..f814c9b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -47,3 +47,6 @@ updates: - dependency-name: "openid-client" versions: - ">=6.0.0" # this is a complete rewrite. We have to check if it is compatible. + - dependency-name: "commander" + versions: + - ">=14.0.0" # this version requires nodes >=20. So we should only upgrade when we change the livechat Peertube required version.