2020-07-27 13:28:28 +08:00
|
|
|
# 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:
|
2023-09-08 15:51:58 +08:00
|
|
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates
|
2020-07-27 13:28:28 +08:00
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
2023-12-27 17:50:44 +08:00
|
|
|
- package-ecosystem: "npm"
|
|
|
|
directory: "/"
|
2020-07-27 13:28:28 +08:00
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2023-12-27 17:50:44 +08:00
|
|
|
groups:
|
|
|
|
rc-component-patch:
|
|
|
|
dependency-type: "production"
|
|
|
|
patterns:
|
|
|
|
- "rc-*"
|
|
|
|
- "@rc-component*"
|
|
|
|
update-types: ["patch"]
|
|
|
|
dependencies:
|
|
|
|
dependency-type: "production"
|
|
|
|
exclude-patterns:
|
|
|
|
- "rc-*"
|
|
|
|
- "@rc-component*"
|
|
|
|
update-types: ["major", "minor"]
|
|
|
|
dev-dependencies:
|
|
|
|
dependency-type: "development"
|
2024-01-08 12:30:03 +08:00
|
|
|
update-types: ["major"]
|
2024-03-28 13:30:01 +08:00
|
|
|
ignore:
|
|
|
|
- dependency-name: "@ant-design/cssinjs"
|
2024-05-02 12:18:32 +08:00
|
|
|
- dependency-name: "dayjs"
|
|
|
|
versions: ["1.x"]
|
2024-02-01 18:20:41 +08:00
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2024-02-01 22:52:16 +08:00
|
|
|
labels:
|
|
|
|
- "github-actions"
|
|
|
|
- "dependencies"
|
|
|
|
- "skip-verify-files"
|