Skip to content

Commit

Permalink
Update dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ogesaku committed Oct 27, 2024
1 parent 3ac7032 commit 68c6e10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ updates:
# merged automatically
dev-dependencies:
patterns:
- "io.kotest*"
- "*-test"
- "*assert"
# gradle plugins
- "*kotlin-gradle-plugin"
- "*publish-plugin"
# test dependencies
- "org.spockframework*"
- "ch.qos.logback*"
# merged and released automatically
prod-dependencies:
update-types:
Expand Down
2 changes: 0 additions & 2 deletions build-logic/src/main/kotlin/build.test.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ plugins {
id("groovy")
}

val libs = extensions.getByType(org.gradle.accessors.dm.LibrariesForLibs::class)

tasks.withType<Test>().configureEach {
useJUnitPlatform()
testLogging {
Expand Down

0 comments on commit 68c6e10

Please sign in to comment.