From 098ae04cbd987ff98a680718ca29949c18ee0c90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:20:09 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000..5db72dd6a9 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} From f3e877814a13119da9ccebb4a32ee8b1f43ed309 Mon Sep 17 00:00:00 2001 From: HaRuki Kuriwada Date: Sat, 18 May 2024 11:53:56 +0900 Subject: [PATCH 2/3] fix: eliminate the react-stately and react-aria from the update --- renovate.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 5db72dd6a9..a5c169776b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,13 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" + "dependencyDashboard": false, + "extends": ["config:recommended"], + "labels": [":sparkles: Type: Enhancement"], + "rebaseWhen": "conflicted", + "timezone": "UTC", + "packageRules": [ + { + "excludeDepPatterns": ["@react-stately/", "@react-aria/"] + } ] } From 21d42482cbda0253b438c5136356f65e77759319 Mon Sep 17 00:00:00 2001 From: HaRuki Kuriwada Date: Sat, 18 May 2024 12:08:20 +0900 Subject: [PATCH 3/3] fix: ignore the renovate PRs from coderabbit review --- .coderabbit.yaml | 1 + renovate.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 3e33a67af9..1ae54bc089 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -11,6 +11,7 @@ reviews: - "WIP" - "DO NOT MERGE" - 'ci(changesets)' + - 'chore(deps)' drafts: false base_branches: - "main" diff --git a/renovate.json b/renovate.json index a5c169776b..b2a9d890ae 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,7 @@ "labels": [":sparkles: Type: Enhancement"], "rebaseWhen": "conflicted", "timezone": "UTC", + "commitMessagePrefix": "chore(deps): ", "packageRules": [ { "excludeDepPatterns": ["@react-stately/", "@react-aria/"]