From 01e7a7d3b8312e4c6da2914a93d53889d4fb9a90 Mon Sep 17 00:00:00 2001 From: myifeng Date: Sun, 19 Oct 2025 16:06:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20dependabot.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..1f23ea47 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: pip + directory: /main/xiaozhi-server + schedule: + interval: daily \ No newline at end of file