From a4c6967eba313cc031d7e6b4eb37a8e18b3c8ecd Mon Sep 17 00:00:00 2001 From: anna-parker <50943381+anna-parker@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:44:11 +0200 Subject: [PATCH 1/3] feat(ops): ignore zod updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46af7d458a..f67862866e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,8 @@ updates: - dependency-name: "change-case" - dependency-name: "@types/node" versions: [">=23"] # Increase when we update node version in .nvmrc + - dependency-name: "zod" + versions: [">=4.0.0"] #https://github.com/loculus-project/loculus/issues/3295 groups: minor: update-types: From 9be8142edca9a50680c5e228fda0cf6f00f828ef Mon Sep 17 00:00:00 2001 From: anna-parker <50943381+anna-parker@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:46:54 +0200 Subject: [PATCH 2/3] update mui link --- .github/dependabot.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f67862866e..a65c3f0b4c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,16 +12,16 @@ updates: schedule: interval: weekly ignore: - - dependency-name: "@tanstack/react-query" - # see https://github.com/loculus-project/loculus/issues/3305 - # see https://github.com/loculus-project/loculus/issues/3295 - versions: [ ">=5.0.0" ] - - dependency-name: "@mui/material" - - dependency-name: "change-case" - - dependency-name: "@types/node" - versions: [">=23"] # Increase when we update node version in .nvmrc - - dependency-name: "zod" - versions: [">=4.0.0"] #https://github.com/loculus-project/loculus/issues/3295 + - dependency-name: "@tanstack/react-query" + # see https://github.com/loculus-project/loculus/issues/3305 + # see https://github.com/loculus-project/loculus/issues/3295 + versions: [">=5.0.0"] + - dependency-name: "@mui/material" #https://github.com/loculus-project/loculus/issues/1548 + - dependency-name: "change-case" + - dependency-name: "@types/node" + versions: [">=23"] # Increase when we update node version in .nvmrc + - dependency-name: "zod" + versions: [">=4.0.0"] #https://github.com/loculus-project/loculus/issues/3295 groups: minor: update-types: From 12a712f31be1b29d531841db66e3eb7db4d35078 Mon Sep 17 00:00:00 2001 From: anna-parker <50943381+anna-parker@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:48:48 +0200 Subject: [PATCH 3/3] also ignore react updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a65c3f0b4c..66bdc40155 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,6 +22,8 @@ updates: versions: [">=23"] # Increase when we update node version in .nvmrc - dependency-name: "zod" versions: [">=4.0.0"] #https://github.com/loculus-project/loculus/issues/3295 + - dependency-name: "react" + versions: [">=19.0.0"] #https://github.com/loculus-project/loculus/issues/3452 groups: minor: update-types: