From e4893037ae04733ab5d1ceca3dd6f15b4fdd3c7d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:09:22 +0000 Subject: [PATCH] dependabot.yml: update to match main configuration --- .github/dependabot.yml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5b222935f..4fcaf1d963 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,10 +15,10 @@ 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 - package-ecosystem: docker directory: "/" schedule: @@ -24,10 +28,10 @@ updates: timezone: Etc/UTC allow: - dependency-type: all - groups: - docker: - patterns: - - "*" + cooldown: + semver-major-days: 14 + semver-minor-days: 7 + semver-patch-days: 1 - package-ecosystem: devcontainers directory: "/" schedule: @@ -37,8 +41,8 @@ updates: timezone: Etc/UTC allow: - dependency-type: all - groups: - devcontainers: - patterns: - - "*" + cooldown: + semver-major-days: 14 + semver-minor-days: 7 + semver-patch-days: 1