Skip to content

Commit

Permalink
Merge pull request #287 from NordicSemiconductor/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
philips77 authored Dec 20, 2024
2 parents d3e454d + e641fc2 commit ba42ecb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"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": [
"com.google.devtools.ksp",
"org.jetbrains.kotlin.*"
],
"groupName": "kotlin"
"groupName": "kotlin",
"matchPackageNames": [
"/com.google.devtools.ksp/",
"/org.jetbrains.kotlin.*/"
]
}
]
}

0 comments on commit ba42ecb

Please sign in to comment.