From 20749b729445f71fbe85e5014908e3b57e7ea7a5 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Wed, 13 Aug 2025 09:29:03 -0700 Subject: [PATCH] Move `update-types` config for GitHub Actions Removed the 'groups' section and moved 'update-types' directly under the GitHub Actions configuration. --- .github/dependabot.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2eea1e6..eb28630 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,8 +29,6 @@ updates: directory: '/' patterns: ['*'] multi-ecosystem-groups: 'minor-and-patch' - groups: - github-actions: - update-types: - - minor - - patch + update-types: + - minor + - patch