From e85ff5513c33ae56f09dc3762ff9a1b5ac9070cb Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Mon, 22 Jun 2026 20:52:03 +0200 Subject: [PATCH] chore(dependabot): add commit-message prefix for Docker and GH actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 824f6c0ee..bee2ced32 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,8 +19,12 @@ updates: schedule: interval: weekly target-branch: dev + commit-message: + prefix: fix(ignore) - package-ecosystem: github-actions directory: / schedule: interval: weekly target-branch: dev + commit-message: + prefix: fix(ignore)