Skip to content

Commit

Permalink
Update renovate.json (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Oct 19, 2023
1 parent 5f9a263 commit b5d2418
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"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"
}
]
}

0 comments on commit b5d2418

Please sign in to comment.