From dd74b0d22e7045bcaada1e241df8599aba0c498a Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Thu, 23 Jul 2026 09:10:26 +0200 Subject: [PATCH] ci(renovate): Ignore updates for package @types/qunit - Move disabled packages rules to global "ignoreDeps" list to make it easier to add new packages to ignore in the future. - Add @types/qunit to the "ignoreDeps" list to not create PRs for this package as UI5 ships a fixed version of QUnit. --- renovate.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index 04975bdbc..085fb6976 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,7 @@ "github>ui5/renovate-config:lts#v1.2.1" ], "ignorePresets": [":ignoreModulesAndTests"], + "ignoreDeps": ["node", "npm", "@types/qunit"], "minimumReleaseAge": "3 days", "rangeStrategy": "pin", "prCreation": "immediate", @@ -43,13 +44,6 @@ "* 8-16 * * 1" ] }, - { - "matchPackageNames": [ - "node", - "npm" - ], - "enabled": false - }, { "matchDepNames": [ "openui5",