From 3aca8d9a4dc2b7034f0ce3ac88389d5817120a0e Mon Sep 17 00:00:00 2001 From: MUI bot <2109932+Janpot@users.noreply.github.com> Date: Tue, 17 Jun 2025 17:02:37 +0200 Subject: [PATCH] Create update PR on every canary publish --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 335840f67f337d..86dd16a48b4714 100644 --- a/renovate.json +++ b/renovate.json @@ -13,6 +13,12 @@ "schedule": "before 6:00am on the first day of the month" }, "packageRules": [ + { + "groupName": "Infra packages", + "matchPackagePatterns": "@mui/internal-*", + "followTag": "canary", + "schedule": null + }, { "matchDepTypes": ["peerDependencies"], "rangeStrategy": "widen"