From 776f4c62907c5cbe49244b250592d2c732604e09 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 23 Oct 2024 11:18:19 -0700 Subject: [PATCH] chore(ci): Group together patch updates with dependabot (#21595) Patch updates, per semvar, have a low risk of incompatibility and so I think they can all be grouped together. I was going to add `minor` here too, but for dependencies pre-1.0, minor updates can be breaking. There is a dependabot issue asking for this behavior to change: https://github.com/dependabot/dependabot-core/issues/9647. Also some discussion about this on: https://github.com/dependabot/dependabot-core/issues/7795 Signed-off-by: Jesse Szwedko --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62542900cb9aa..3a8092f775b30 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,13 @@ updates: prefix: "chore(deps)" open-pull-requests-limit: 100 groups: + patches: + applies-to: version-updates + patterns: + - "*" + update-types: + - "patch" + amq: patterns: - "amq-*"