mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
28 lines
690 B
YAML
28 lines
690 B
YAML
version: 2
|
|
updates:
|
|
# Automatically keep GitHub Actions SHA-pinned to the latest commit SHAs.
|
|
# Dependabot will update both the SHA and the inline version comment (e.g. # v6)
|
|
# while leaving any extra documentation comments intact.
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
labels:
|
|
- "dependencies"
|
|
commit-message:
|
|
prefix: "ci"
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "actions/*"
|
|
gradle-actions:
|
|
patterns:
|
|
- "gradle/*"
|
|
peter-evans:
|
|
patterns:
|
|
- "peter-evans/*"
|
|
usefulness:
|
|
patterns:
|
|
- "usefulness/*"
|