From 5e748334c821bc3b33a36d00aa4af2f81ed8c05c Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:20:41 +0000 Subject: [PATCH] Stop grouping libcnb Dependabot PRs separately (#270) 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 5e4cf350..ddb11103 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,6 @@ updates: schedule: interval: "monthly" groups: - # Note: The group order matters, since updates are assigned to the first matching group. - libcnb: - patterns: - - "libcnb*" - - "libherokubuildpack" rust-dependencies: update-types: - "minor"