Files
Desktop/.github/dependabot.yml
2025-10-15 10:30:27 -07:00

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