Skip to content

Commit

Permalink
Merge pull request #98 from ryanmoelter/renovate-exclude-kotlin
Browse files Browse the repository at this point in the history
Exclude Kotlin from renovate auto-merge
  • Loading branch information
ryanmoelter authored Jan 6, 2024
2 parents 7d55e08 + c63a826 commit 4174320
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@
"pin",
"digest"
],
"excludePackageNames": [
"org.jetbrains.kotlin:kotlin-gradle-plugin"
],
"automerge": true
},
{
"matchUpdateTypes": [
"patch"
],
"excludePackageNames": [
"org.jetbrains.kotlin:kotlin-gradle-plugin"
],
"groupName": "Patch dependency updates",
"automerge": true
}
Expand Down

0 comments on commit 4174320

Please sign in to comment.