Skip to content

Commit 8a9e0e3

Browse files
chore: bump version
1 parent 751a448 commit 8a9e0e3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ updates:
2828
- dependency-name: '*'
2929
update-types:
3030
- version-update:semver-major
31-
groups:
32-
gradle-patch-updates:
31+
- dependency-name: "org.jetbrains.kotlin*"
3332
update-types:
34-
- patch
35-
gradle-minor-updates:
36-
exclude-patterns:
37-
- org.jetbrains.kotlin*
33+
- "version-update:semver-minor"
34+
groups:
35+
gradle-updates:
3836
update-types:
39-
- minor
37+
- "patch"
38+
- "minor"
4039

4140

0 commit comments

Comments
 (0)