From ea13e5aabd5f2ea036c6ec3b3a1229c4a0696f54 Mon Sep 17 00:00:00 2001 From: Tobias Busch Date: Thu, 3 Oct 2024 07:49:58 +0200 Subject: [PATCH] chore: update dependabot.yml --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de40b3f..2268b44 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + commit-message: + prefix: "chore" + include: "scope" groups: spotify_sdk: patterns: @@ -18,6 +21,9 @@ updates: directory: "/example" # Location of package manifests in the example directory schedule: interval: "weekly" + commit-message: + prefix: "chore" + include: "scope" groups: spotify_sdk_example: patterns: @@ -27,6 +33,9 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore" + include: "scope" groups: github_actions: patterns: