From 6ee173cd69ff513b1dbcac6de32d73ec383eee7b Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:21:33 -0400 Subject: [PATCH] chore: update dependabot.yml (#20) --- .github/dependabot.yml | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 703125d..dafe8e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,19 +7,35 @@ updates: 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: weekly + interval: daily open-pull-requests-limit: 10 - allow: - - dependency-name: "github.com/rollkit/*" 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: "/docker" + directory: "/" schedule: - interval: weekly + 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"