From 95aef8b44ad1c1b6dabdb020ddc6c62f870668ee Mon Sep 17 00:00:00 2001 From: Xuan Hu Date: Thu, 7 Sep 2023 07:05:11 +0000 Subject: [PATCH] ci: Fix prefix for Dependabot. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ec16da1..9ad6f71e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,12 @@ updates: - commit-message: - prefix: build(requirements) + prefix: build(actions) directory: / package-ecosystem: github-actions schedule: interval: weekly - commit-message: - prefix: build(actions) + prefix: build(requirements) directory: / package-ecosystem: pip schedule: