mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-14 23:18:54 +00:00
22 lines
492 B
YAML
22 lines
492 B
YAML
# Copyright 2024 Signal Messenger, LLC
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
minor-actions-dependencies:
|
|
# GitHub Actions: Only group minor and patch updates (we want to carefully review major updates)
|
|
update-types: [ minor, patch ]
|
|
|
|
- package-ecosystem: npm
|
|
directories:
|
|
- "/"
|
|
schedule:
|
|
interval: daily
|
|
allow:
|
|
- dependency-name: electron
|