Skip to content

Commit

Permalink
Migrate renovate config (#1497)
Browse files Browse the repository at this point in the history
* Migrate config renovate.json5

* Update renovate.json5

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <[email protected]>
  • Loading branch information
renovate[bot] and JakeWharton authored Jan 8, 2025
1 parent b6277d4 commit 87db3d0
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
],
"packageRules": [
packageRules: [
// First release used Kotlin version + project version which sorts higher than new versions.
{
// First release used Kotlin version + project version which sorts higher than new versions.
"matchPackageNames": ["co.touchlab:cklib-gradle-plugin"],
"allowedVersions": "!/1\\.5\\.31\\.2/",
matchPackageNames: [
'co.touchlab:cklib-gradle-plugin',
],
allowedVersions: '!/1\\.5\\.31\\.2/',
},
// KSP is tightly coupled to Kotlin version.
{
// KSP is tightly coupled to Kotlin version
"groupName": "Kotlin and KSP",
"matchPackagePrefixes": [
"com.google.devtools.ksp",
"org.jetbrains.kotlin:kotlin",
groupName: 'Kotlin and KSP',
matchPackageNames: [
'com.google.devtools.ksp{/,}**',
'org.jetbrains.kotlin:kotlin{/,}**',
],
},
],
Expand Down

0 comments on commit 87db3d0

Please sign in to comment.