diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c8737b..e159a99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,9 @@ updates: patterns: ["*"] all-dependencies: patterns: ["*"] + commit-message: + prefix: chore + include: scope - package-ecosystem: "github-actions" directory: "/" schedule: @@ -20,3 +23,6 @@ updates: patterns: ["*"] all-actions: patterns: ["*"] + commit-message: + prefix: chore + include: scope