From b4dc289f07ce1e8c87106f0cb147f1b79c3016a2 Mon Sep 17 00:00:00 2001 From: Avior Date: Tue, 9 Nov 2021 10:11:28 +0100 Subject: [PATCH] fix: Update Dependabot to use conventional commits (#153) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f2b2fdb2..6d07aa976 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,13 +10,21 @@ updates: directory: "/" schedule: interval: "daily" + versioning-strategy: lockfile-only + commit-message: + prefix: build - package-ecosystem: "npm" directory: "/server" schedule: interval: "daily" + versioning-strategy: lockfile-only + commit-message: + prefix: build - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + commit-message: + prefix: build