From deda865b7332c43efbec190e292ddc46abcf664e Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:33:13 +0000 Subject: [PATCH] Stop grouping libcnb Dependabot PRs separately (#363) 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"