fix: dependebot commits should use standard commit format (#13)

Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
Matt Trachier 2023-10-30 15:29:19 -05:00 committed by GitHub
parent 89566c3553
commit 1eef628ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -8,9 +8,13 @@ updates:
schedule: schedule:
interval: "weekly" interval: "weekly"
day: "sunday" # this way it is ready for review on Monday day: "sunday" # this way it is ready for review on Monday
commit-message:
prefix: "fix"
# Check for updates to terraform providers every week # Check for updates to terraform providers every week
- package-ecosystem: "terraform" - package-ecosystem: "terraform"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
day: "sunday" # this way it is ready for review on Monday day: "sunday" # this way it is ready for review on Monday
commit-message:
prefix: "fix"