fix: dependebot commits should use standard commit format (#13)
Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
parent
89566c3553
commit
1eef628ffa
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue