From 31218d3b0068e15c795a15527495df7eb6f8fb9c Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 17 Mar 2024 17:24:29 -0500 Subject: [PATCH] ci: update dependabot.yml --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a0a5c73..c9653d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,15 +4,24 @@ updates: directory: "/" schedule: interval: daily + commit-message: + prefix: ci - package-ecosystem: pip directory: "/.github/workflows" schedule: interval: daily + commit-message: + prefix: ci - package-ecosystem: pip directory: "/docs" schedule: interval: daily + commit-message: + prefix: docs - package-ecosystem: pip directory: "/" schedule: interval: daily + commit-message: + prefix: deps +