mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-01-25 15:22:43 +00:00
20 lines
467 B
YAML
20 lines
467 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: docker
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 0 # only security updates
|
|
reviewers:
|
|
- "@getsentry/dev-infra"
|
|
- "@getsentry/security"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates to GitHub Actions every week
|
|
interval: "weekly"
|
|
reviewers:
|
|
- "@getsentry/dev-infra"
|
|
- "@getsentry/security"
|