Skip to content

Commit

Permalink
docs: Update dependabot.yml (#48722)
Browse files Browse the repository at this point in the history
ignore dayjs updates

Signed-off-by: afc163 <afc163@gmail.com>
  • Loading branch information
afc163 committed May 2, 2024
1 parent cd87b4f commit 88f363a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
versioning-strategy: increase
groups:
rc-component-patch:
dependency-type: "production"
Expand All @@ -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:
Expand Down

0 comments on commit 88f363a

Please sign in to comment.