Skip to content

Commit

Permalink
Group Dependabot Updates (#211)
Browse files Browse the repository at this point in the history
* Group Dependabot Updates

* Bump version
  • Loading branch information
vanshg authored Sep 5, 2023
1 parent 5a1680b commit ba2966a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@ updates:
interval: "weekly"
time: "10:00"
timezone: "America/Los_Angeles"
groups:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
# Group updates together, so that they are all applied in a single PR.
kotlin:
# KSP and Kotlin updates need to be applied simultaneously
patterns:
- "com.google.devtools.ksp"
- "org.jetbrains.kotlin.*"
all:
# Group all patch and minor updates together. Kotlin/KSP updates belong to the first group
# so they will not be updated as part of this group
update-types:
- "patch"
- "minor"
patterns:
- "*"
2 changes: 1 addition & 1 deletion lib/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.0.0-beta06-SNAPSHOT
10.0.0-beta07-SNAPSHOT

0 comments on commit ba2966a

Please sign in to comment.