mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
Merge pull request #2067 from cheahjs/feat/dependabot-updates
feat: update dependabot for python and github actions
This commit is contained in:
commit
1ea91f9060
19
.github/dependabot.yml
vendored
19
.github/dependabot.yml
vendored
@ -1,11 +1,12 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: pip
|
- package-ecosystem: pip
|
||||||
directory: "/backend"
|
directory: '/backend'
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
time: "13:00"
|
time: '13:00'
|
||||||
groups:
|
- package-ecosystem: 'github-actions'
|
||||||
python-packages:
|
directory: '/'
|
||||||
patterns:
|
schedule:
|
||||||
- "*"
|
# Check for updates to GitHub Actions every week
|
||||||
|
interval: 'weekly'
|
||||||
|
Loading…
Reference in New Issue
Block a user