From 94753ab60be61838cc3ce56eaa6e572875d1fd7c Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 12 May 2025 13:20:08 +0200 Subject: [PATCH] Dependabot: openid-client < 6.0.0 --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d57b988d..64ef0fce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -41,3 +41,6 @@ updates: - dependency-name: "eslint-config-love" versions: - ">=85.0.0" # Versions goes up to 118 very quickly. Too much breaking changes. We must do this progressively. + - dependency-name: "openid-client" + versions: + - ">=6.0.0" # this is a complete rewrite. We have to check if it is compatible.