diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76a236ec84..c892569a4e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,24 +4,34 @@ updates: directory: "/" schedule: interval: "daily" + commit-message: + prefix: ":seedling:" - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" + commit-message: + prefix: ":seedling:" # Enable version updates for Go tools - package-ecosystem: "gomod" directory: "/hack/tools" schedule: interval: "weekly" + commit-message: + prefix: ":seedling:" - package-ecosystem: "docker" directory: "/hack/tools" schedule: interval: "weekly" + commit-message: + prefix: ":seedling:" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + commit-message: + prefix: ":seedling:"