From 4bf5cf879dac135a82d3ca9a327c04daf8e9b33c Mon Sep 17 00:00:00 2001 From: Viktorya Ghazaryan <76973530+viktoryathegreat@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:58:50 +0400 Subject: [PATCH] Change by terraform in repo workflow config, Add .github/dependabot.yaml --- .github/dependabot.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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