From 18e0f756c1cdeec15892a0059b4cfef4a98539b0 Mon Sep 17 00:00:00 2001 From: Paul Lorenz Date: Fri, 17 Jan 2025 12:25:44 -0500 Subject: [PATCH] Update dependabot settings --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fad206f..1bc8f88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,27 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + groups: + non-major: + applies-to: version-updates + update-types: + - "minor" + - "patch" ignore: - dependency-name: github.com/lucas-clemente/quic-go versions: - "> 0.18.1" + +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + groups: + all: + applies-to: version-updates + update-types: + - "major" + - "minor" + - "patch" +