From 8f6f29e26b93d42fc9b84c587da32cc090046aaf Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:05:29 -0400 Subject: [PATCH] chore: update dependabot.yml --- .github/dependabot.yml | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1e94c3..230ca9f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,15 +4,40 @@ updates: directory: "/" schedule: interval: daily + open-pull-requests-limit: 10 + labels: + - T:dependencies + # Group all patch updates into a single PR + groups: + patch-updates: + applies-to: version-updates + update-types: + - "minor" - package-ecosystem: gomod directory: "/" schedule: interval: daily + open-pull-requests-limit: 10 + labels: + - T:dependencies + # Group all patch updates into a single PR + groups: + patch-updates: + applies-to: version-updates + update-types: + - "minor" - package-ecosystem: docker - directory: "/" - schedule: - interval: daily - - package-ecosystem: docker - directory: "/docker" + directories: + - "/docker" + - "/" schedule: interval: daily + open-pull-requests-limit: 10 + labels: + - T:dependencies + # Group all patch updates into a single PR + groups: + patch-updates: + applies-to: version-updates + update-types: + - "minor"