From e9dd5d6930a33d9bb12a2a9dc7e1e0fa49fadcc5 Mon Sep 17 00:00:00 2001 From: Dragon-Git <1762578117@qq.com> Date: Sat, 16 Dec 2023 10:58:14 +0800 Subject: [PATCH] [ci] add dependabot --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4941da4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily"