dependabot.yml: update to match main configuration

This commit is contained in:
BrewTestBot 2025-07-11 13:08:56 +00:00
parent 36a4cb42ed
commit 82914cafb1
No known key found for this signature in database

View File

@ -1,10 +1,6 @@
# This file is synced from the `.github` repository, do not modify it directly. # This file is synced from the `.github` repository, do not modify it directly.
--- ---
version: 2 version: 2
groups:
dependabot:
patterns:
- "*"
updates: updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: "/" directory: "/"
@ -15,10 +11,14 @@ updates:
timezone: Etc/UTC timezone: Etc/UTC
allow: allow:
- dependency-type: all - dependency-type: all
groups:
dependabot:
patterns:
- "*"
cooldown: cooldown:
semver-major-days: 14 default-days: 1
semver-minor-days: 7 include:
semver-patch-days: 1 - "*"
- package-ecosystem: docker - package-ecosystem: docker
directory: "/" directory: "/"
schedule: schedule:
@ -28,10 +28,10 @@ updates:
timezone: Etc/UTC timezone: Etc/UTC
allow: allow:
- dependency-type: all - dependency-type: all
cooldown: groups:
semver-major-days: 14 dependabot:
semver-minor-days: 7 patterns:
semver-patch-days: 1 - "*"
- package-ecosystem: devcontainers - package-ecosystem: devcontainers
directory: "/" directory: "/"
schedule: schedule:
@ -41,8 +41,12 @@ updates:
timezone: Etc/UTC timezone: Etc/UTC
allow: allow:
- dependency-type: all - dependency-type: all
groups:
dependabot:
patterns:
- "*"
cooldown: cooldown:
semver-major-days: 14 default-days: 1
semver-minor-days: 7 include:
semver-patch-days: 1 - "*"