mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 06:56:29 +08:00
ci: update dependabot config (#32346)
This commit is contained in:
parent
ba12960975
commit
c16e64b833
19
.github/dependabot.yml
vendored
19
.github/dependabot.yml
vendored
@ -1,12 +1,21 @@
|
|||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
multi-ecosystem-groups:
|
||||||
|
python:
|
||||||
|
schedule:
|
||||||
|
interval: "weekly" # or whatever schedule you want
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/api"
|
||||||
|
open-pull-requests-limit: 2
|
||||||
|
patterns: ["*"]
|
||||||
|
- package-ecosystem: "uv"
|
||||||
|
directory: "/api"
|
||||||
|
open-pull-requests-limit: 2
|
||||||
|
patterns: ["*"]
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/web"
|
directory: "/web"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
open-pull-requests-limit: 2
|
open-pull-requests-limit: 2
|
||||||
- package-ecosystem: "uv"
|
|
||||||
directory: "/api"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
open-pull-requests-limit: 2
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user