diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index be5dc92..2509343 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,12 +2,16 @@ version: 2 updates: - - package-ecosystem: github-actions + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + commit-message: + prefix: feat - - package-ecosystem: terraform + - package-ecosystem: "terraform" directory: "/" schedule: interval: "daily" + commit-message: + prefix: feat