50 lines
951 B
YAML
50 lines
951 B
YAML
# This file is synced from the `.github` repository, do not modify it directly.
|
|
---
|
|
version: 2
|
|
multi-ecosystem-groups:
|
|
all:
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
updates:
|
|
- package-ecosystem: bundler
|
|
directories:
|
|
- "/Library/Homebrew"
|
|
multi-ecosystem-group: all
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
- dependency-type: all
|
|
- package-ecosystem: devcontainers
|
|
directory: "/"
|
|
multi-ecosystem-group: all
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
- dependency-type: all
|
|
- package-ecosystem: docker
|
|
directory: "/"
|
|
multi-ecosystem-group: all
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
- dependency-type: all
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
multi-ecosystem-group: all
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
- dependency-type: all
|
|
- package-ecosystem: pip
|
|
directories:
|
|
- "/Library/Homebrew/formula-analytics/"
|
|
multi-ecosystem-group: all
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
- dependency-type: all
|
|
|