mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-13 19:20:05 +00:00
26 lines
468 B
YAML
26 lines
468 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: uv
|
|
directory: '/'
|
|
schedule:
|
|
interval: monthly
|
|
target-branch: dev
|
|
|
|
- package-ecosystem: pip
|
|
directory: '/backend'
|
|
schedule:
|
|
interval: monthly
|
|
target-branch: dev
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: '/'
|
|
schedule:
|
|
interval: monthly
|
|
target-branch: dev
|
|
|
|
- package-ecosystem: npm
|
|
directory: '/'
|
|
schedule:
|
|
interval: monthly
|
|
target-branch: dev
|