From b74573b99e1f0fcc918025b30c046a3fbe35009d Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sun, 28 Jun 2026 23:03:50 +0200 Subject: [PATCH] ci: Update dependabot config --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d0d7c6d1..e9527b6a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,8 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore" + include: "scope" + labels: + - "no-changelog"