mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-20 00:35:47 +01:00
Temporarily disable dependabot PRs.
This commit is contained in:
committed by
Michelle Tang
parent
7f4829c80c
commit
59bd04d9b7
+30
-27
@@ -1,27 +1,30 @@
|
||||
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/*"
|
||||
# Dependabot automated schedule is currently disabled.
|
||||
# To re-enable, uncomment the block below.
|
||||
#
|
||||
# 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/*"
|
||||
|
||||
Reference in New Issue
Block a user