mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
77 lines
1.7 KiB
Text
77 lines
1.7 KiB
Text
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":dependencyDashboard",
|
|
"helpers:pinGitHubActionDigests",
|
|
"github>msfjarvis/shared-workflows//renovate/automerge"
|
|
],
|
|
"branchConcurrentLimit": 15,
|
|
"github-actions": {
|
|
"fileMatch": [
|
|
".github/reusable-workflows/.+\\.ya?ml$",
|
|
],
|
|
},
|
|
"packageRules": [
|
|
{
|
|
matchDatasources: [
|
|
"maven"
|
|
],
|
|
registryUrls: [
|
|
"https://maven.google.com/",
|
|
"https://repo1.maven.org/maven2",
|
|
"https://plugins.gradle.org/m2/",
|
|
"https://jitpack.io",
|
|
],
|
|
},
|
|
{
|
|
"matchDepNames": [
|
|
"com.google.devtools.ksp",
|
|
"dev.drewhamilton.poko",
|
|
"org.jetbrains.kotlin:kotlin-gradle-plugin",
|
|
"org.jetbrains.kotlin.plugin.compose",
|
|
"org.jetbrains.kotlin.plugin.serialization",
|
|
],
|
|
"groupName": "Kotlin and Compose",
|
|
},
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^androidx.*",
|
|
],
|
|
"groupName": "AndroidX"
|
|
},
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^io.sentry",
|
|
"^sentry",
|
|
],
|
|
"groupName": "Sentry"
|
|
},
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^com.squareup.anvil"
|
|
],
|
|
"allowedVersions": "!/.*-1-8$/",
|
|
},
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^androidx.glance",
|
|
],
|
|
"allowedVersions": "<=1.0.0",
|
|
},
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
"SpotlessPlugin\.kt$"
|
|
],
|
|
"matchStrings": [
|
|
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
|
],
|
|
"datasourceTemplate": "maven",
|
|
"depNameTemplate": "com.facebook:ktfmt",
|
|
"registryUrlTemplate": "https://repo1.maven.org/maven2/",
|
|
},
|
|
],
|
|
}
|