Skip to content

Commit

Permalink
chore: Update dependabot.yml (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Dec 27, 2024
1 parent 41e4d5c commit 45f6e04
Showing 1 changed file with 11 additions and 27 deletions.
38 changes: 11 additions & 27 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,19 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: npm
directory: /
schedule:
interval: "daily"
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"]
interval: daily
ignore:
- dependency-name: "@ant-design/cssinjs"
- dependency-name: "dayjs"
versions: ["1.x"]
- package-ecosystem: "github-actions"
directory: "/"
- dependency-name: dayjs
versions: [1.x]
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: daily
labels:
- "github-actions"
- "dependencies"
- "skip-verify-files"
- github-actions
- dependencies
- skip-verify-files

0 comments on commit 45f6e04

Please sign in to comment.