From 92db397634f7176a071da7f7662a705ea8186878 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 23 Feb 2024 21:16:51 +0900 Subject: [PATCH] Add pip features to dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64f106041..7f8565f92 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,15 @@ version: 2 updates: + - package-ecosystem: "pip" + directory: "/" + insecure-external-code-execution: allow + schedule: + interval: "monthly" + groups: + trame: + patterns: + - "trame" + - "trame-*" - package-ecosystem: "docker" directory: "/" schedule: