From 3ebbcac40131f98c41913a701362669416d29468 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:20:12 +0000 Subject: [PATCH] Stop grouping libcnb Dependabot PRs separately (#250) 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 32526d4..6a8f51e 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"