From 82c8889b34200aa37b61e310be88b7d220b2fd2b Mon Sep 17 00:00:00 2001 From: Kim Pepper Date: Wed, 4 Mar 2026 09:02:23 +1100 Subject: [PATCH] build: Add conventional commits and cooldown to dependabot PRs --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e4afed7..61d17c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: go-dependencies: patterns: - "*" + commit-message: + prefix: "build" + include: "scope" + cooldown: + default-days: 1