mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
27 lines
533 B
YAML
27 lines
533 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: npm
|
|
directory: '/'
|
|
schedule:
|
|
interval: monthly
|
|
target-branch: 'dev'
|
|
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
# Check for updates to GitHub Actions every week
|
|
interval: monthly
|
|
target-branch: 'dev'
|