docs: Update dependabot.yml (#48722)

ignore dayjs updates

Signed-off-by: afc163 <afc163@gmail.com>
pull/48731/head
afc163 9 months ago committed by GitHub
parent cd87b4f59b
commit 88f363aa8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,7 +9,6 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
versioning-strategy: increase
groups: groups:
rc-component-patch: rc-component-patch:
dependency-type: "production" dependency-type: "production"
@ -28,6 +27,8 @@ updates:
update-types: ["major"] update-types: ["major"]
ignore: ignore:
- dependency-name: "@ant-design/cssinjs" - dependency-name: "@ant-design/cssinjs"
- dependency-name: "dayjs"
versions: ["1.x"]
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:

Loading…
Cancel
Save