mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
docs: Update dependabot.yml (#48722)
ignore dayjs updates Signed-off-by: afc163 <afc163@gmail.com>
This commit is contained in:
parent
cd87b4f59b
commit
88f363aa8e
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user