Description: Briefly describe the changes in this pull request.
Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Testing: Have you written and run sufficient tests for the changes?
Code Review: Have you self-reviewed your code and addressed any coding standard issues?
Description
Stop grouping Python package updates together, because dependabot is not respecting constraints by other dependencies and we can't update any without ignoring all the conflicting dependencies.
Also enable automatic GitHub Action updates, since we're still on old versions that are emitting the Node 16 EOL warnings.
🔄 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/2067
**Author:** [@cheahjs](https://github.com/cheahjs)
**Created:** 5/8/2024
**Status:** ✅ Merged
**Merged:** 5/8/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `feat/dependabot-updates`
---
### 📝 Commits (3)
- [`32f74c9`](https://github.com/open-webui/open-webui/commit/32f74c9fc777498995feed420dec5e230e5957e2) fix: don't group dependabot updates because of conflicts
- [`2969918`](https://github.com/open-webui/open-webui/commit/2969918d197fac67256b7820bf821185ba6136fe) feat: enable dependabot for github actions
- [`34632b7`](https://github.com/open-webui/open-webui/commit/34632b7aac7a309de6ecee5760ce047f7bcca249) fix: formatting
### 📊 Changes
**1 file changed** (+10 additions, -9 deletions)
<details>
<summary>View changed files</summary>
📝 `.github/dependabot.yml` (+10 -9)
</details>
### 📄 Description
## Pull Request Checklist
- [x] **Description:** Briefly describe the changes in this pull request.
- [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description.
- [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
- [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [ ] **Testing:** Have you written and run sufficient tests for the changes?
- [ ] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues?
---
## Description
Stop grouping Python package updates together, because dependabot is not respecting constraints by other dependencies and we can't update any without ignoring all the conflicting dependencies.
Also enable automatic GitHub Action updates, since we're still on old versions that are emitting the Node 16 EOL warnings.
---
<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/2067
Author: @cheahjs
Created: 5/8/2024
Status: ✅ Merged
Merged: 5/8/2024
Merged by: @tjbck
Base:
dev← Head:feat/dependabot-updates📝 Commits (3)
32f74c9fix: don't group dependabot updates because of conflicts2969918feat: enable dependabot for github actions34632b7fix: formatting📊 Changes
1 file changed (+10 additions, -9 deletions)
View changed files
📝
.github/dependabot.yml(+10 -9)📄 Description
Pull Request Checklist
Description
Stop grouping Python package updates together, because dependabot is not respecting constraints by other dependencies and we can't update any without ignoring all the conflicting dependencies.
Also enable automatic GitHub Action updates, since we're still on old versions that are emitting the Node 16 EOL warnings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.