From b7c35abbf0a91f9fccc7ae6aedea915e8a4af243 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:09:13 +0000 Subject: [PATCH] dependabot.yml: update to match main configuration --- .github/dependabot.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1fa6fc74..331e2fc5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,10 @@ # This file is synced from the `.github` repository, do not modify it directly. --- version: 2 +groups: + dependabot: + patterns: + - "*" updates: - package-ecosystem: github-actions directory: "/" @@ -11,8 +15,8 @@ updates: timezone: Etc/UTC allow: - dependency-type: all - groups: - github-actions: - patterns: - - "*" + cooldown: + semver-major-days: 14 + semver-minor-days: 7 + semver-patch-days: 1