mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
chore: create develop branch and change dependabot settings (#435)
This commit is contained in:
parent
19495a461d
commit
44005258fc
1 changed files with 2 additions and 0 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -7,6 +7,8 @@ version: 2
|
|||
updates:
|
||||
- package-ecosystem: "npm" # See documentation for possible values
|
||||
directory: "/api" # Location of package manifests
|
||||
target-branch: "develop"
|
||||
versioning-strategy: increase-if-necessary
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
allow:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue