mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01: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:
|
updates:
|
||||||
- package-ecosystem: "npm" # See documentation for possible values
|
- package-ecosystem: "npm" # See documentation for possible values
|
||||||
directory: "/api" # Location of package manifests
|
directory: "/api" # Location of package manifests
|
||||||
|
target-branch: "develop"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
allow:
|
allow:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue