From 8dba1fa80d8214f6c052062a4f691b4e6b123c12 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:32:12 -0400 Subject: [PATCH] fix(renovate): remove constraintsFiltering Removed the strict constraintsFiltering option from the Renovate configuration. This option was used to ensure dependencies were compatible with dependency constraints, but is no longer needed. --- renovate-config.json5 | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate-config.json5 b/renovate-config.json5 index aa190006..3959fa74 100644 --- a/renovate-config.json5 +++ b/renovate-config.json5 @@ -9,7 +9,6 @@ "third-party/lizardbyte-common", // c/c++ projects ], "configMigration": true, // allow renovate to open PRs to update config - "constraintsFiltering": "strict", // ensure dependencies are compatible with dependency constraints "description": "Default renovate configuration for LizardByte repositories", "dependencyDashboard": true, // Creates an issue with a "dashboard" of dependencies "dependencyDashboardLabels": [