Skip to content

Commit

Permalink
Disable Kotlin updates (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorwojda authored Nov 27, 2024
1 parent a91c220 commit 1e8e0ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
"automerge": true
},
{
"matchPackagePatterns": ["^org\\.jetbrains\\.kotlin:"],
"allowedVersions": "<2.1.0"
"matchPackagePatterns": [
"^org\\.jetbrains\\.kotlin"
],
"enabled": false
}
]
}

0 comments on commit 1e8e0ee

Please sign in to comment.