mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🤖 ci: Configure Dependabot for Security Updates (#4134)
This commit is contained in:
parent
3ea2d908e0
commit
33f80cd70c
1 changed files with 41 additions and 0 deletions
41
.github/workflows/dependabot.yml
vendored
Normal file
41
.github/workflows/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
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