mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
chore: change dependabot settings for all packages (#442)
This commit is contained in:
parent
44005258fc
commit
d40aaa703d
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -20,6 +20,8 @@ updates:
|
||||||
include: "scope"
|
include: "scope"
|
||||||
- package-ecosystem: "npm" # See documentation for possible values
|
- package-ecosystem: "npm" # See documentation for possible values
|
||||||
directory: "/client" # Location of package manifests
|
directory: "/client" # Location of package manifests
|
||||||
|
target-branch: "develop"
|
||||||
|
versioning-strategy: increase-if-necessary
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
allow:
|
allow:
|
||||||
|
|
@ -31,6 +33,8 @@ updates:
|
||||||
include: "scope"
|
include: "scope"
|
||||||
- package-ecosystem: "npm" # See documentation for possible values
|
- package-ecosystem: "npm" # See documentation for possible values
|
||||||
directory: "/" # Location of package manifests
|
directory: "/" # 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