Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions devview-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ Use the analytics screen to:

## Requirements

<!-- renovate: datasource=maven depName=org.jetbrains.kotlin:kotlin-stdlib -->
- Kotlin 2.4.0+
- Compose Multiplatform
- kotlinx-datetime for timestamp formatting
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Before you begin, make sure you have:
- ✅ **Kotlin Multiplatform Project** – A working KMP project targeting Android and/or iOS
- ✅ **Compose Multiplatform** – Compose Multiplatform configured in your project
- ✅ **Minimum Versions**:
<!-- renovate: datasource=maven depName=org.jetbrains.kotlin:kotlin-stdlib -->
- Kotlin 2.4.0+
<!-- renovate: datasource=maven depName=org.jetbrains.compose:compose-gradle-plugin -->
- Compose Multiplatform 1.11.1+
- Android: API 26 (Oreo) or higher
- iOS: iOS 16.0 or higher
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Before you begin, ensure you have:
- ✅ **Kotlin Multiplatform Project** - A working KMP project
- ✅ **Compose Multiplatform** - Configured in your project
- ✅ **Minimum Versions**:
<!-- renovate: datasource=maven depName=org.jetbrains.kotlin:kotlin-stdlib -->
- Kotlin 2.4.0+
<!-- renovate: datasource=maven depName=org.jetbrains.compose:compose-gradle-plugin -->
- Compose Multiplatform 1.11.1+
- Android: API 26 (Oreo) or higher
- iOS: iOS 16.0 or higher
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Before integrating DevView, ensure your development environment meets the follow
- **Compose Multiplatform**: Compose Multiplatform must be configured and working in your project.

## Minimum Supported Versions
<!-- renovate: datasource=maven depName=org.jetbrains.kotlin:kotlin-stdlib -->
- **Kotlin**: 2.4.0 or newer
<!-- renovate: datasource=maven depName=org.jetbrains.compose:compose-gradle-plugin -->
- **Compose Multiplatform**: 1.11.1 or newer
- **Android**: API level 26 (Oreo) or higher
- **iOS**: iOS 16.0 or higher
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

**A powerful, modular developer tools framework for Kotlin Multiplatform applications**

<!-- renovate: datasource=maven depName=org.jetbrains.kotlin:kotlin-stdlib -->
[![Kotlin](https://img.shields.io/badge/Kotlin-2.4.0-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org)
<!-- renovate: datasource=maven depName=org.jetbrains.compose:compose-gradle-plugin -->
[![Compose Multiplatform](https://img.shields.io/badge/Compose%20Multiplatform-1.11.1-green.svg?style=flat)](https://www.jetbrains.com/lp/compose-multiplatform/)
[![Licence](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://opensource.org/licenses/Apache-2.0)
[![GitHub](https://img.shields.io/badge/GitHub-worldline%2Fdevview-blue.svg?style=flat&logo=github)](https://github.com/worldline/devview)
Expand Down
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
"commitMessagePrefix": ":arrow_up:",
"rebaseWhen": "conflicted",
"schedule": ["* 22-23,0-4 * * *", "* * * * 0,6"],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["\\.md$"],
"matchStrings": [
"<!--\\s*renovate:\\s*datasource=(?<datasource>[^\\s]+)\\s+depName=(?<depName>[^\\s]+)\\s*-->\\s*\\n[^\\n]*?(?<currentValue>\\d+\\.\\d+\\.\\d+)"
]
}
],
"packageRules": [
{
"groupName": "kotlin",
Expand Down