From 55df698ada678afab6c24abaa18bc188db8209a0 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 22 Apr 2024 18:21:55 -0700 Subject: [PATCH] ci: Configure dependabot commit messages --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ac237f1b..1e19d52d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,13 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + commit-message: + prefix: "chore" + include: "scope" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + commit-message: + prefix: "ci" + include: "scope" \ No newline at end of file