Fix directory for python, it should be the directory where the uv.lock/pyproject.toml are, not the code.
Add missing entry for npm dependencies.
Add target-branch to github-actions tracker.
With these fixes you should see +10 new PR's get created with dependency updates since the current dependabot configuration was not working at all.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/12515
**Author:** [@gaby](https://github.com/gaby)
**Created:** 4/6/2025
**Status:** ✅ Merged
**Merged:** 4/6/2025
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `fix-dependabot`
---
### 📝 Commits (1)
- [`d266490`](https://github.com/open-webui/open-webui/commit/d26649086246792a083c0515481a0ce5b9ff668a) Fix dependabot configuration
### 📊 Changes
**1 file changed** (+10 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `.github/dependabot.yml` (+10 -2)
</details>
### 📄 Description
### Description
- Migrate package ecosystem to `uv` for python dependencies. See https://github.blog/changelog/2025-03-13-dependabot-version-updates-now-support-uv-in-general-availability/
- Fix directory for python, it should be the directory where the uv.lock/pyproject.toml are, not the code.
- Add missing entry for `npm` dependencies.
- Add target-branch to `github-actions` tracker.
With these fixes you should see +10 new PR's get created with dependency updates since the current dependabot configuration was not working at all.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/12515
Author: @gaby
Created: 4/6/2025
Status: ✅ Merged
Merged: 4/6/2025
Merged by: @tjbck
Base:
dev← Head:fix-dependabot📝 Commits (1)
d266490Fix dependabot configuration📊 Changes
1 file changed (+10 additions, -2 deletions)
View changed files
📝
.github/dependabot.yml(+10 -2)📄 Description
Description
uvfor python dependencies. See https://github.blog/changelog/2025-03-13-dependabot-version-updates-now-support-uv-in-general-availability/npmdependencies.github-actionstracker.With these fixes you should see +10 new PR's get created with dependency updates since the current dependabot configuration was not working at all.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.