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
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: weekly
groups:
# collapse routine minor/patch bumps into ONE PR; majors stay
# individual so a risky bump gets its own scrutiny (a major bump of
# the IntelliJ Platform Gradle Plugin can change task names and DSL
# shapes, and deserves its own review).
gradle-minor-patch:
update-types:
- minor
- patch
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
groups:
actions-minor-patch:
update-types:
- minor
- patch