From 93bc8213b717eb72e37d8abbecb77b4795788cef Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:20:35 +0000 Subject: [PATCH] Stop grouping libcnb Dependabot PRs separately (#757) 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 1fc3f308..ad7b0b13 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"