From c3ab03d18c35155316e52fa3bc589fddba122091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 15 Dec 2023 11:05:07 +0800 Subject: [PATCH] chore: update renovate.json5 --- .github/renovate.json5 | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 95f3c46..5436ad2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,17 +1,4 @@ { - enabledManagers: ["github-actions", "npm"], - internalChecksFilter: "strict", - labels: ["dependencies"], - dependencyDashboard: true, - dependencyDashboardLabels: ["dependencies", "repo maintenance"], - major: { - // most majors will require some manual effort to upgrade to, so we don't want to create - // PRs automatically or else we'll just spam ourselves. - dependencyDashboardApproval: true, - }, - // by default renovate will auto-rebase whenever the dep pranch falls behind main. - // this is annoying as it spams notifications and creates unnecessary action runs. - // instead only auto-rebase when conflicted, and we can trigger a manual rebase if required. - rebaseWhen: "conflicted", - stabilityDays: 3, + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>aladdin-add/eslint-gha-configs/.github/renovate.json5"] }