diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6627f84b9..e9400ca4a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,7 @@ version: 2 updates: - package-ecosystem: "gomod" directory: "/" + commit_message: + prefix: "deps" schedule: interval: "daily"