diff --git a/.github/dependabot.yml b/.github/dependabot.yml index adee0ed14016..65b0787a19c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,6 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" \ No newline at end of file + interval: "monthly" + commit-message: + prefix: "chore: CI" \ No newline at end of file