Files
Android/.github/dependabot.yml
T
2026-07-27 14:56:49 -04:00

31 lines
844 B
YAML

# 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/*"