Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ updates:
groups:
gradle:
patterns: ["*"]
# The trailing space stops Dependabot appending a colon.
commit-message:
prefix: "java(deps) "
# A version released moments ago has had no time to be found compromised, and this project is
# never in such a hurry that it needs one.
cooldown:
Expand All @@ -23,5 +26,7 @@ updates:
groups:
actions:
patterns: ["*"]
commit-message:
prefix: "ci(deps) "
cooldown:
default-days: 7
Loading