mirror of
https://github.com/ant-design/ant-design-cli.git
synced 2026-09-14 19:07:15 +08:00
9dbe4b3cd8
Agent-Logs-Url: https://github.com/ant-design/ant-design-cli/sessions/c4d27ec1-4858-447b-8a40-6d0a0fc773c2 Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com> Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
16 lines
591 B
YAML
16 lines
591 B
YAML
# To get started with Dependabot version updates, you'll need to specify which
|
|
# package ecosystems to update and where the package manifests are located.
|
|
# Please see the documentation for all configuration options:
|
|
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm" # See documentation for possible values
|
|
directory: "/" # Location of package manifests
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
dependencies:
|
|
patterns:
|
|
- "*"
|