From ce838cf0df1a45ee5b535ab24bca2ea42cb96666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Guimar=C3=A3es?= Date: Wed, 16 Sep 2026 18:12:16 -0300 Subject: [PATCH] chore: Prefix Dependabot commits so release-please picks them up The six bumps merged today were titled like 'Bump ex_doc from ...' with no conventional-commit type, so release-please skipped them when building the 0.1.9 release PR. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff1b6fd..19894c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,12 @@ updates: directory: / schedule: interval: daily + commit-message: + prefix: "chore(deps)" - package-ecosystem: github-actions directory: / schedule: interval: daily + commit-message: + prefix: "chore(deps)"