From b83df53cb1b62925ff625de4026d99c3be75dafe Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 7 Jan 2025 11:35:22 +0100 Subject: [PATCH] github: group dependabot patch updates This should reduce the number of pull requests opened by dependabot, and shouldn't cause issues since patch updates only contain bug fixes. This approach has been working well for osrd. Signed-off-by: Simon Ser --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79d5b7537..4f0a55c17 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,9 @@ updates: typescript-eslint: patterns: - "@typescript-eslint/*" + patch: + update-types: + - "patch" commit-message: prefix: "dependency:" open-pull-requests-limit: 100