mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-24 18:04:21 +01:00
31 lines
831 B
JSON
31 lines
831 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"group:all",
|
|
":dependencyDashboard",
|
|
"schedule:daily"
|
|
],
|
|
"commitMessageExtra": "{{{currentValue}}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}",
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"androidx.compose.compiler:compiler"
|
|
],
|
|
"groupName": "kotlin"
|
|
},
|
|
{
|
|
"matchPackagePatterns": [
|
|
"org.jetbrains.kotlin.*"
|
|
],
|
|
"groupName": "kotlin"
|
|
},
|
|
{
|
|
"matchPackagePatterns": [
|
|
"com.google.devtools.ksp"
|
|
],
|
|
"groupName": "kotlin"
|
|
}
|
|
]
|
|
}
|