From 1c2b3622757d86cf1040cdbf20ef7860a884f42e Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:46:53 +0000 Subject: [PATCH] Stop grouping libcnb Dependabot PRs separately To work around this Dependabot bug: https://github.com/dependabot/dependabot-core/issues/11093 --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32526d48..6a8f51ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,6 @@ updates: - "rust" - "skip changelog" groups: - # Note: The group order matters, since updates are assigned to the first matching group. - libcnb: - patterns: - - "libcnb*" - - "libherokubuildpack" rust-dependencies: update-types: - "minor"