Skip to content

Commit

Permalink
Use default.json from kotest/renovate-config
Browse files Browse the repository at this point in the history
Adds schedule and other rules (such as disallowing kotlin 1.7)
  • Loading branch information
Kantis committed Jul 11, 2022
1 parent 4af10c6 commit 07e3fe3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
{
"extends": [
"config:base", "github>kotest/renovate-config:automerge"
"config:base", "github>kotest/renovate-config"
],
"packageRules": [
{
"matchPackagePrefixes": [
"org.junit"
],
"dependencyDashboardApproval": true
},
{
"matchPackagePrefixes": [
"org.jetbrains.kotlin"
],
"allowedVersions": "<1.7"
}
]
}

0 comments on commit 07e3fe3

Please sign in to comment.