ci: remove Dependabot configuration (#482)

This commit is contained in:
jinliyl 2026-08-20 16:14:52 +08:00 committed by GitHub
parent 94b7dedc26
commit 39233f4e62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,98 +0,0 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
time: "09:00"
timezone: Asia/Shanghai
groups:
actions-minor-and-patch:
patterns: ["*"]
update-types: [minor, patch]
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
day: monday
time: "09:00"
timezone: Asia/Shanghai
groups:
python-minor-and-patch:
patterns: ["*"]
update-types: [minor, patch]
- package-ecosystem: pip
directory: /packages/reme_ai_studio
schedule:
interval: weekly
day: monday
time: "09:00"
timezone: Asia/Shanghai
groups:
python-minor-and-patch:
patterns: ["*"]
update-types: [minor, patch]
- package-ecosystem: pip
directory: /plugins/auto-fin
schedule:
interval: weekly
day: monday
time: "09:00"
timezone: Asia/Shanghai
groups:
python-minor-and-patch:
patterns: ["*"]
update-types: [minor, patch]
- package-ecosystem: npm
directory: /website
schedule:
interval: weekly
day: monday
time: "09:00"
timezone: Asia/Shanghai
groups:
npm-minor-and-patch:
patterns: ["*"]
update-types: [minor, patch]
- package-ecosystem: npm
directory: /github-pages
schedule:
interval: weekly
day: monday
time: "09:00"
timezone: Asia/Shanghai
groups:
npm-minor-and-patch:
patterns: ["*"]
update-types: [minor, patch]
- package-ecosystem: npm
directory: /integrations/dsh
schedule:
interval: weekly
day: monday
time: "09:00"
timezone: Asia/Shanghai
groups:
npm-minor-and-patch:
patterns: ["*"]
update-types: [minor, patch]
- package-ecosystem: npm
directory: /skills/dingtalk-message
schedule:
interval: weekly
day: monday
time: "09:00"
timezone: Asia/Shanghai
groups:
npm-minor-and-patch:
patterns: ["*"]
update-types: [minor, patch]