mirror of
https://github.com/langgenius/dify.git
synced 2026-02-24 18:05:11 +00:00
ci: update dependabot config (#32346)
This commit is contained in:
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user