From 8de3bc71640903c0cd36748a56ab429722172515 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Mon, 23 Mar 2026 14:30:05 +0000 Subject: [PATCH] Chore: update dependabot config Add commit-message prefix and PR limit to align with the actions-template repository. This sets the Chore conventional commit prefix and raises the open pull requests limit to 15. Co-authored-by: Claude Signed-off-by: Matthew Watkins --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0360678..14e7361 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,4 @@ updates: interval: "weekly" commit-message: prefix: "Chore" + open-pull-requests-limit: 15