From 226f9d13af5bc25e980b81609380e78df90e3dbd Mon Sep 17 00:00:00 2001 From: Keming Date: Tue, 22 Apr 2025 11:34:20 +0800 Subject: [PATCH] chore: group the dependabot prs Signed-off-by: Keming --- .github/dependabot.yml | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 620ce73c..47fbcf65 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,10 @@ updates: - "kemingy" commit-message: prefix: "chore(cargo)" + groups: + all-crates: + patterns: + - "*" - package-ecosystem: "pip" directory: "/" @@ -22,6 +26,10 @@ updates: - "kemingy" commit-message: prefix: "chore(pip)" + groups: + all-pips: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" @@ -31,3 +39,7 @@ updates: - "kemingy" commit-message: prefix: "chore(actions)" + groups: + all-actions: + patterns: + - "*" diff --git a/README.md b/README.md index 13bdfa64..fdb22d26 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Mosec is a high-performance and flexible model serving framework for building ML ## Installation -Mosec requires Python 3.7 or above. Install the latest [PyPI package](https://pypi.org/project/mosec/) for Linux x86_64 or macOS x86_64/ARM64 with: +Mosec requires Python 3.7 or above. Install the latest [PyPI package](https://pypi.org/project/mosec/) for Linux or macOS with: ```shell pip install -U mosec