dependabot.yml: update to match main configuration

This commit is contained in:
BrewTestBot 2025-06-03 08:05:26 +00:00
parent a0c89e4a7f
commit 175eb65073
No known key found for this signature in database

View File

@ -1,71 +1,40 @@
# This file is synced from the `.github` repository, do not modify it directly.
---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
directory: "/"
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
day: friday
time: '08:00'
timezone: Etc/UTC
allow:
- dependency-type: all
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: bundler
directories:
- /
- /Library/Homebrew
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
allow:
- dependency-type: all
groups:
bundler:
patterns:
- "*"
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
allow:
- dependency-type: all
groups:
npm:
patterns:
- "*"
- package-ecosystem: docker
directory: /
directory: "/"
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
day: friday
time: '08:00'
timezone: Etc/UTC
allow:
- dependency-type: all
groups:
docker:
patterns:
- "*"
- package-ecosystem: devcontainers
directory: /
directory: "/"
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
day: friday
time: '08:00'
timezone: Etc/UTC
allow:
- dependency-type: all
groups:
@ -73,18 +42,3 @@ updates:
patterns:
- "*"
- package-ecosystem: pip
directories:
- /
- /Library/Homebrew/formula-analytics/
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
allow:
- dependency-type: all
groups:
pip:
patterns:
- "*"