From 1eef628ffa006f81b7d3adc724061e6fc04932aa Mon Sep 17 00:00:00 2001 From: Matt Trachier Date: Mon, 30 Oct 2023 15:29:19 -0500 Subject: [PATCH] fix: dependebot commits should use standard commit format (#13) Signed-off-by: matttrach --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9ac1db6..2954251 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,9 +8,13 @@ updates: schedule: interval: "weekly" day: "sunday" # this way it is ready for review on Monday + commit-message: + prefix: "fix" # Check for updates to terraform providers every week - package-ecosystem: "terraform" directory: "/" schedule: interval: "weekly" day: "sunday" # this way it is ready for review on Monday + commit-message: + prefix: "fix"