From e86c17b546c298871a43ed5de6b66745b38dabc7 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 8 May 2026 20:08:32 +0530 Subject: [PATCH] chore(renovate): gate 0.x, weekly group (#67287) --- renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json b/renovate.json index 15ec7bbe822..78467680c6c 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,16 @@ }, "postUpdateOptions": ["pnpmDedupe"], "packageRules": [ + { + "matchCurrentVersion": "/^0\\./", + "matchUpdateTypes": ["minor", "patch"], + "dependencyDashboardApproval": true + }, + { + "groupName": "weekly-cadence", + "matchPackageNames": ["typebox"], + "extends": ["schedule:weekly"] + }, { "groupName": "types", "matchPackageNames": ["@types/**"]