mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
🤖 ci: Configure Dependabot for Security Updates (#4134)
This commit is contained in:
parent
33f80cd70c
commit
486db5722b
2 changed files with 33 additions and 80 deletions
41
.github/workflows/dependabot.yml
vendored
41
.github/workflows/dependabot.yml
vendored
|
@ -1,41 +0,0 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 10
|
||||
versioning-strategy: auto
|
||||
allow:
|
||||
- dependency-type: "direct"
|
||||
security-updates-only: true
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/api"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 10
|
||||
versioning-strategy: auto
|
||||
allow:
|
||||
- dependency-type: "direct"
|
||||
security-updates-only: true
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/client"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 10
|
||||
versioning-strategy: auto
|
||||
allow:
|
||||
- dependency-type: "direct"
|
||||
security-updates-only: true
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/packages/data-provider"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 10
|
||||
versioning-strategy: auto
|
||||
allow:
|
||||
- dependency-type: "direct"
|
||||
security-updates-only: true
|
Loading…
Add table
Add a link
Reference in a new issue