From 759b69411537fb145cb1ebdcc371164ec12801b7 Mon Sep 17 00:00:00 2001 From: Tim Adler Date: Mon, 23 Sep 2024 22:40:45 +0200 Subject: [PATCH] refactor(github): Prefix dependabot commit messages --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e86bf26..e85d60d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - + commit-message: + # Prefix all commit messages with "npm: " + prefix: "chore (pyproject.toml): " + + - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: