ant-design/.github/dependabot.yml
afc163 0148cfe600
chore: prevent @ant-design/cssinjs updates (#48141)
* chore: prevent @ant-design/cssinjs updates

https://github.com/ant-design/ant-design/discussions/48139

Signed-off-by: afc163 <afc163@gmail.com>

* Update dependabot.yml

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
2024-03-28 13:30:01 +08:00

39 lines
1.1 KiB
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/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: increase
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"
update-types: ["major"]
ignore:
- dependency-name: "@ant-design/cssinjs"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "github-actions"
- "dependencies"
- "skip-verify-files"