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"