From 5f09eb20d1a6969aaea6d8f89f83223c8f720c49 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Wed, 12 Jun 2024 22:26:50 +0800 Subject: [PATCH] ci: enable version bump for pip --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd91cab6fb..18f4733a85 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - - package-ecosystem: "gomod" - directory: "/" + - package-ecosystem: "gomod" + directory: "/" schedule: interval: "daily" @@ -14,3 +14,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "pip" + directory: "/scripts" + schedule: + interval: "daily"