From a87381fb9489492f50de21bba9336efb62f3f496 Mon Sep 17 00:00:00 2001 From: Maxim Kolpakov <80529860+MaximKolpakov@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:55:30 +0200 Subject: [PATCH] Update dependabot.yml Signed-off-by: Maxim Kolpakov <80529860+MaximKolpakov@users.noreply.github.com> --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22757cd..c5be13b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,12 +8,12 @@ updates: schedule: interval: "weekly" commit-message: - prefix: "gh-action" + prefix: "go" labels: - - "golang" + - "go" - "dependencies" reviewers: - - "idealo/transport" + - "idealo/transit" - package-ecosystem: "github-actions" directory: "/" target-branch: "next" @@ -25,4 +25,4 @@ updates: - "gh-action" - "dependencies" reviewers: - - "idealo/transport" + - "idealo/transit"