From 5bf93663414db0a3dfdaa6c9c6ef1f482b563095 Mon Sep 17 00:00:00 2001 From: Alex Gibson Date: Tue, 10 Dec 2024 21:57:56 +0000 Subject: [PATCH] Group dependabot PRs to be a bit less noisy (#997) --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44b1f477..f535be09 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,18 @@ updates: directory: "/" schedule: interval: "monthly" + open-pull-requests-limit: 10 + groups: + frontend: + dependency-type: production + update-types: + - "minor" + - "patch" + dev-dependencies: + dependency-type: development + update-types: + - "minor" + - "patch" + labels: + - dependencies +