From 2b607c08db67ca8d823def761b6b97d1506987b0 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 7 Jan 2026 15:49:11 +0700 Subject: [PATCH] Don't create PR for minor and patch version they will be mered weekly thanks to lockFileMaintenance --- default.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/default.json b/default.json index 4c3d02f..aa32a44 100644 --- a/default.json +++ b/default.json @@ -17,5 +17,12 @@ "enabled": true, "automerge": true }, + "packageRules": [ + { + "matchManagers": ["npm", "pnpm", "yarn"], + "matchUpdateTypes": ["minor", "patch"], + "enabled": false + } + ], "osvVulnerabilityAlerts": true }