Skip to content

Commit

Permalink
build: pin strikt version in renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul authored and renovate[bot] committed Aug 27, 2024
1 parent 2447c89 commit b1192b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"automergeStrategy": "squash",
"platformAutomerge": true,
"ignoreDeps": [
"gradle"
"gradle",
"io.strikt:strikt-jvm"
],
"reviewers": [
"monosoul"
Expand Down
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ testcontainers-jdbc = { module = "org.testcontainers:jdbc", version.ref = "testc
testcontainers-postgresql = { module = "org.testcontainers:postgresql", version.ref = "testcontainers" }
junit-bom = "org.junit:junit-bom:5.11.0"
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" }
strikt = { module = "io.strikt:strikt-jvm", version = { strictly = "0.35.1" } }
strikt = "io.strikt:strikt-jvm:0.34.1"
mockk = "io.mockk:mockk-jvm:1.13.12"

ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1"
Expand Down

0 comments on commit b1192b5

Please sign in to comment.