From 546f22411f7dc2fa1c05320da6a5856de0d7a9ff Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Mon, 5 Feb 2024 10:58:51 +0100 Subject: [PATCH] chore: update dependabot commit message --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c2bba0ea8..5b42242e7 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,6 +13,8 @@ updates: # Check for updates to GitHub Actions every sunday interval: "weekly" day: "sunday" + commit-message: + prefix: "chore" - package-ecosystem: "docker" directory: "/docker" @@ -21,3 +23,5 @@ updates: schedule: interval: "weekly" day: "sunday" + commit-message: + prefix: "chore"