From 48f7fad567f5f80589e2ea2b222543dd2151ad3e Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Wed, 30 Sep 2020 17:23:02 -0500 Subject: [PATCH] ci(dependabot): use custom commit messages --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 629f826b..3fd2b151 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,9 +12,17 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + commit-message: + prefix: "ci(action)" + prefix-development: "ci(dev-action)" + include: "scope" - package-ecosystem: "docker" directory: "/" schedule: interval: "daily" open-pull-requests-limit: 10 + commit-message: + prefix: "build(docker)" + prefix-development: "build(dev-docker)" + include: "scope"