From c47a9499d75c858049e7015200012a5c2d0fa7ee Mon Sep 17 00:00:00 2001 From: Derek Erdmann Date: Mon, 12 Feb 2024 08:02:02 -0800 Subject: [PATCH] actions: Add Dependabot commit prefix Also bumps the pull request limit to 10 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c43131b..9999b8f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,10 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10 + commit-message: + prefix: "plugins" + include: "scope" - package-ecosystem: "github-actions" directory: "/"