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:
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue