mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-07 23:32:46 -04:00
chore(dependabot): grouped dependencies
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
22
.github/dependabot.yml
vendored
22
.github/dependabot.yml
vendored
@@ -1,13 +1,23 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "09:00"
|
||||
interval: 'weekly'
|
||||
day: 'monday'
|
||||
time: '09:00'
|
||||
groups:
|
||||
actions-dependencies:
|
||||
applies-to: 'version-updates'
|
||||
patterns:
|
||||
- '*'
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: 'weekly'
|
||||
open-pull-requests-limit: 5
|
||||
groups:
|
||||
production-dependencies:
|
||||
applies-to: 'version-updates'
|
||||
patterns:
|
||||
- '*'
|
||||
|
||||
Reference in New Issue
Block a user