Skip to content
Draft
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
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,22 @@ updates:
schedule:
interval: "weekly"

# One grouped PR for minor + patch bumps; majors land individually.
groups:
github-actions:
update-types:
- "minor"
- "patch"

- package-ecosystem: "gradle"
# Files stored in the default project in the root of this repo
directory: "/"
schedule:
interval: "weekly"

# One grouped PR for minor + patch bumps; majors land individually.
groups:
gradle:
update-types:
- "minor"
- "patch"
Loading