mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
config: update .github/dependabot.yml (#53613)
This commit is contained in:
parent
aa7f488180
commit
c1154c08e9
1 changed files with 28 additions and 5 deletions
33
.github/dependabot.yml
vendored
33
.github/dependabot.yml
vendored
|
@ -6,21 +6,26 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
target-branch: master
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "05:00"
|
||||
timezone: Asia/Shanghai
|
||||
groups:
|
||||
rc-component-patch:
|
||||
team-maintain:
|
||||
dependency-type: production
|
||||
patterns:
|
||||
- "rc-*"
|
||||
- "@rc-component*"
|
||||
- "rc-*"
|
||||
- "@rc-component*"
|
||||
- "@ant-design*"
|
||||
update-types: [patch]
|
||||
dependencies:
|
||||
dependency-type: production
|
||||
exclude-patterns:
|
||||
- "rc-*"
|
||||
- "@rc-component*"
|
||||
- "rc-*"
|
||||
- "@rc-component*"
|
||||
- "@ant-design*"
|
||||
update-types: [major, minor]
|
||||
dev-dependencies:
|
||||
dependency-type: development
|
||||
|
@ -29,6 +34,24 @@ updates:
|
|||
- dependency-name: "@ant-design/cssinjs"
|
||||
- dependency-name: dayjs
|
||||
versions: [1.x]
|
||||
|
||||
# feature branch
|
||||
- package-ecosystem: npm
|
||||
target-branch: feature
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "13:00"
|
||||
timezone: Asia/Shanghai
|
||||
groups:
|
||||
team-maintain:
|
||||
dependency-type: production
|
||||
patterns:
|
||||
- "rc-*"
|
||||
- "@rc-component*"
|
||||
- "@ant-design*"
|
||||
update-types: [minor]
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue