/
githubmirror
/
architecture-samples
Обзор
Документация
Войти
/
githubmirror
/
architecture-samples
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
renovate.json
33 строки
867 B
Adetunji Dahunsi
Fix base branch configuration
17 мар 2023, 19:17
17 мар 2023, 19:17
743942b
Код
Авторство
О чём код?
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base", "group:all", ":dependencyDashboard", "schedule:daily" ], "baseBranches": [ "main" ], "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" } ] }