From 88f363aa8eddbb229d9b3170e75af1e0fc40d037 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 2 May 2024 12:18:32 +0800 Subject: [PATCH] docs: Update dependabot.yml (#48722) ignore dayjs updates Signed-off-by: afc163 --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aff839dd27..2ab59f07d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,6 @@ updates: directory: "/" schedule: interval: "daily" - versioning-strategy: increase groups: rc-component-patch: dependency-type: "production" @@ -28,6 +27,8 @@ updates: update-types: ["major"] ignore: - dependency-name: "@ant-design/cssinjs" + - dependency-name: "dayjs" + versions: ["1.x"] - package-ecosystem: "github-actions" directory: "/" schedule: